This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 923597b7621d1a6ffeab16001f0a25e24adfd7b4 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Feb 7 09:58:16 2020 +0100 CAMEL-14515: Cleaned up in poms --- core/camel-api/pom.xml | 2 +- core/camel-componentdsl/pom.xml | 4 ---- core/camel-core-engine/pom.xml | 4 ---- core/camel-management/pom.xml | 8 -------- core/camel-support/pom.xml | 4 ---- core/camel-xml-jaxb/pom.xml | 2 +- core/camel-xml-jaxp/pom.xml | 6 +----- 7 files changed, 3 insertions(+), 27 deletions(-) diff --git a/core/camel-api/pom.xml b/core/camel-api/pom.xml index ce6c7e9..1b79ae52 100644 --- a/core/camel-api/pom.xml +++ b/core/camel-api/pom.xml @@ -74,5 +74,5 @@ </build> </profile> </profiles> - + </project> diff --git a/core/camel-componentdsl/pom.xml b/core/camel-componentdsl/pom.xml index ea5ffe6..95e13c9 100644 --- a/core/camel-componentdsl/pom.xml +++ b/core/camel-componentdsl/pom.xml @@ -37,10 +37,6 @@ <dependency> <groupId>org.apache.camel</groupId> - <artifactId>spi-annotations</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-api</artifactId> </dependency> <dependency> diff --git a/core/camel-core-engine/pom.xml b/core/camel-core-engine/pom.xml index 6d33407..89c59aa 100644 --- a/core/camel-core-engine/pom.xml +++ b/core/camel-core-engine/pom.xml @@ -51,10 +51,6 @@ <!-- required dependencies by camel-core --> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>spi-annotations</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-api</artifactId> </dependency> <dependency> diff --git a/core/camel-management/pom.xml b/core/camel-management/pom.xml index 7281f07..ae1bd2e 100644 --- a/core/camel-management/pom.xml +++ b/core/camel-management/pom.xml @@ -37,18 +37,10 @@ <dependency> <groupId>org.apache.camel</groupId> - <artifactId>spi-annotations</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-core-engine</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-util</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-bean</artifactId> </dependency> <dependency> diff --git a/core/camel-support/pom.xml b/core/camel-support/pom.xml index 09edda9..4281358 100644 --- a/core/camel-support/pom.xml +++ b/core/camel-support/pom.xml @@ -37,10 +37,6 @@ <dependency> <groupId>org.apache.camel</groupId> - <artifactId>spi-annotations</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-api</artifactId> </dependency> <dependency> diff --git a/core/camel-xml-jaxb/pom.xml b/core/camel-xml-jaxb/pom.xml index 21bc38d..c0b11a8 100644 --- a/core/camel-xml-jaxb/pom.xml +++ b/core/camel-xml-jaxb/pom.xml @@ -27,7 +27,7 @@ </parent> <artifactId>camel-xml-jaxb</artifactId> - + <packaging>jar</packaging> <name>Camel :: XML JAXB</name> <description>Camel XML JAXB</description> diff --git a/core/camel-xml-jaxp/pom.xml b/core/camel-xml-jaxp/pom.xml index 03d09b6..b40fc2c 100644 --- a/core/camel-xml-jaxp/pom.xml +++ b/core/camel-xml-jaxp/pom.xml @@ -30,7 +30,7 @@ <artifactId>camel-xml-jaxp</artifactId> <packaging>jar</packaging> <name>Camel :: XML JAXP</name> - <description>Camel XML JAXB</description> + <description>Camel XML JAXP</description> <properties> <firstVersion>3.0.0</firstVersion> @@ -41,10 +41,6 @@ <dependency> <groupId>org.apache.camel</groupId> - <artifactId>spi-annotations</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-support</artifactId> </dependency>