Repository: jena Updated Branches: refs/heads/master 7040f19e2 -> df970b386
converted junit-contracts to version 0.1.3 moved version specification to jena-parent pom. Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/df970b38 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/df970b38 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/df970b38 Branch: refs/heads/master Commit: df970b386d9a357bf8dad11641bfcf100c9611a5 Parents: 7040f19 Author: Claude Warren <[email protected]> Authored: Tue Jun 16 20:06:41 2015 +0100 Committer: Claude Warren <[email protected]> Committed: Tue Jun 16 20:06:41 2015 +0100 ---------------------------------------------------------------------- jena-core/pom.xml | 17 ++++------------- jena-parent/pom.xml | 28 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/df970b38/jena-core/pom.xml ---------------------------------------------------------------------- diff --git a/jena-core/pom.xml b/jena-core/pom.xml index 906a050..cfd3bc9 100644 --- a/jena-core/pom.xml +++ b/jena-core/pom.xml @@ -63,35 +63,26 @@ <artifactId>xercesImpl</artifactId> </dependency> - <dependency> - <artifactId>commons-cli</artifactId> - <groupId>commons-cli</groupId> - </dependency> + <dependency> + <artifactId>commons-cli</artifactId> + <groupId>commons-cli</groupId> + </dependency> <dependency> <groupId>org.xenei</groupId> <artifactId>junit-contracts</artifactId> - <version>0.1.2</version> <scope>test</scope> - <exclusions> - <exclusion> - <artifactId>commons-cli</artifactId> - <groupId>commons-cli</groupId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.xenei</groupId> <artifactId>contract-test-maven-plugin</artifactId> - <version>0.1.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> - <version>1.9.5</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/jena/blob/df970b38/jena-parent/pom.xml ---------------------------------------------------------------------- diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml index 643219c..a83d0d8 100644 --- a/jena-parent/pom.xml +++ b/jena-parent/pom.xml @@ -303,7 +303,35 @@ <artifactId>commons-cli</artifactId> <version>1.3</version> </dependency> + + <dependency> + <groupId>org.xenei</groupId> + <artifactId>junit-contracts</artifactId> + <version>0.1.3</version> + <scope>test</scope> + <exclusions> + <exclusion> + <artifactId>commons-cli</artifactId> + <groupId>commons-cli</groupId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>org.xenei</groupId> + <artifactId>contract-test-maven-plugin</artifactId> + <version>0.1.3</version> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-all</artifactId> + <version>1.9.5</version> + <scope>test</scope> + </dependency> </dependencies> + </dependencyManagement> <dependencies>
