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 <[email protected]> Authored: Wed Mar 8 22:06:08 2017 -0500 Committer: Alex O'Ree <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
