This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 6940d67 camel-package-maven-plugin: Remove unused dependencies 6940d67 is described below commit 6940d67f9b182729cd3bd74bfae5a3b950691ff0 Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Wed Apr 15 21:35:22 2020 +0200 camel-package-maven-plugin: Remove unused dependencies --- tooling/maven/camel-package-maven-plugin/pom.xml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml b/tooling/maven/camel-package-maven-plugin/pom.xml index 1d2ed06..d8fc33b 100644 --- a/tooling/maven/camel-package-maven-plugin/pom.xml +++ b/tooling/maven/camel-package-maven-plugin/pom.xml @@ -108,11 +108,6 @@ </dependency> <dependency> - <groupId>com.google.code.gson</groupId> - <artifactId>gson</artifactId> - <version>${gson-version}</version> - </dependency> - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>${commons-text-version}</version> @@ -130,14 +125,8 @@ <version>${roaster-version}</version> </dependency> <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot</artifactId> - <version>${spring-boot-version}</version> - </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-autoconfigure</artifactId> - <version>${spring-boot-version}</version> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> </dependency> <!-- jandex for annotation processing --> @@ -147,13 +136,6 @@ <version>${jandex-version}</version> </dependency> - <!-- Freemarker for xml templating --> - <dependency> - <groupId>org.freemarker</groupId> - <artifactId>freemarker</artifactId> - <version>${freemarker-version}</version> - </dependency> - <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-tree</artifactId>