You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2017/03/09 03:08:02 UTC

juddi git commit: NOJIRA disable owasp plugin and rolling back the derby version in an attempt to fix the buildbot setup

Repository: juddi
Updated Branches:
  refs/heads/master 66044ab9e -> 2cf849ec6


NOJIRA disable owasp plugin and rolling back the derby version in an attempt to fix the buildbot setup


Project: http://git-wip-us.apache.org/repos/asf/juddi/repo
Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/2cf849ec
Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/2cf849ec
Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/2cf849ec

Branch: refs/heads/master
Commit: 2cf849ec6e4a3af719ac2743181eba833560f08a
Parents: 66044ab
Author: Alex O'Ree <al...@apache.org>
Authored: Wed Mar 8 22:06:08 2017 -0500
Committer: Alex O'Ree <al...@apache.org>
Committed: Wed Mar 8 22:06:08 2017 -0500

----------------------------------------------------------------------
 pom.xml | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/juddi/blob/2cf849ec/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1ee426d..99ff462 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,18 +323,7 @@ under the License.
                     </filesets>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.owasp</groupId>
-                <artifactId>dependency-check-maven</artifactId>
-                <version>1.4.5</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>check</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
+            
         </plugins>
     </build>
     <reporting>
@@ -549,7 +538,7 @@ under the License.
             <dependency>
                 <groupId>org.apache.derby</groupId>
                 <artifactId>derby</artifactId>
-                <version>10.13.1.1</version>
+                <version>10.10.1.1</version>
             </dependency>
             <dependency>
                 <groupId>org.postgresql</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org