Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master a716c0974 -> 155564300
Fix build warnings * Remove duplicate definitions. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/15556430 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/15556430 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/15556430 Branch: refs/heads/master Commit: 155564300eca7702a470535f4909e7a295fe76a9 Parents: a716c09 Author: Phil Ottlinger <[email protected]> Authored: Mon Oct 9 23:13:00 2017 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Mon Oct 9 23:13:00 2017 +0200 ---------------------------------------------------------------------- modules/filter/pom.xml | 5 ----- modules/injection/cdi/pom.xml | 5 ----- modules/injection/pom.xml | 1 - 3 files changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/15556430/modules/filter/pom.xml ---------------------------------------------------------------------- diff --git a/modules/filter/pom.xml b/modules/filter/pom.xml index a677c59..c19d4a2 100644 --- a/modules/filter/pom.xml +++ b/modules/filter/pom.xml @@ -63,11 +63,6 @@ under the License. <groupId>org.osgi</groupId> <artifactId>org.osgi.compendium</artifactId> <version>5.0.0</version> - </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.compendium</artifactId> - <version>5.0.0</version> <scope>provided</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/15556430/modules/injection/cdi/pom.xml ---------------------------------------------------------------------- diff --git a/modules/injection/cdi/pom.xml b/modules/injection/cdi/pom.xml index 8f970e3..d292c23 100644 --- a/modules/injection/cdi/pom.xml +++ b/modules/injection/cdi/pom.xml @@ -23,7 +23,6 @@ under the License. <groupId>org.apache.tamaya.ext</groupId> <artifactId>tamaya-injection-all</artifactId> <version>0.4-incubating-SNAPSHOT</version> - <relativePath>..</relativePath> </parent> <artifactId>tamaya-cdi</artifactId> @@ -125,10 +124,6 @@ under the License. <scope>test</scope> </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </dependency> - <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/15556430/modules/injection/pom.xml ---------------------------------------------------------------------- diff --git a/modules/injection/pom.xml b/modules/injection/pom.xml index 9cf6c7f..d811715 100644 --- a/modules/injection/pom.xml +++ b/modules/injection/pom.xml @@ -23,7 +23,6 @@ <groupId>org.apache.tamaya.ext</groupId> <artifactId>tamaya-extensions</artifactId> <version>0.4-incubating-SNAPSHOT</version> - <relativePath>..</relativePath> </parent> <artifactId>tamaya-injection-all</artifactId>
