Removed not needed cruft
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cdc8d0e2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/cdc8d0e2 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/cdc8d0e2 Branch: refs/heads/master Commit: cdc8d0e29c91af39ed8a4c3d4db51f9919dd88f1 Parents: ed56589 Author: Claus Ibsen <davscl...@apache.org> Authored: Sat Apr 22 10:25:07 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sat Apr 22 10:25:07 2017 +0200 ---------------------------------------------------------------------- apache-camel/pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/cdc8d0e2/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 8eeae99..dd67838 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -34,7 +34,6 @@ <properties> <maven.test.skip>true</maven.test.skip> <createSourcesJar>false</createSourcesJar> - <shade.version>1.0.1</shade.version> <!-- we do not need remote resources in assembly --> <remoteresources.skip>true</remoteresources.skip> </properties> @@ -2326,6 +2325,8 @@ <artifactId>camel-route-parser</artifactId> </dependency> + <!-- TODO: these dependencies should not be needed + <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jms_1.1_spec</artifactId> @@ -2359,7 +2360,7 @@ <dependency> <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-jta_1.1_spec</artifactId> + <artifactId>geronimo-jta_1.1_spec</artifactId> <optional>true</optional> </dependency> <dependency> @@ -2371,6 +2372,8 @@ <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId> <optional>true</optional> </dependency> + --> + </dependencies> <build>