diff options
author | da490c <dave.adams@amdocs.com> | 2018-03-22 12:43:35 -0400 |
---|---|---|
committer | da490c <dave.adams@amdocs.com> | 2018-03-22 12:43:57 -0400 |
commit | 6538f0f7fdf700709ae430426ee3501a96a8e723 (patch) | |
tree | dc79613d23c5e6cecd455b4ecccaca94a47dde37 /sparkybe-onap-application | |
parent | ba31685194c77ef140411531299696ae701385d4 (diff) |
Remove logback-classic dep
Issue-ID: AAI-599
Change-Id: I07631b601c2602769ce6f094380df253dbb39c24
Signed-off-by: da490c <dave.adams@amdocs.com>
Diffstat (limited to 'sparkybe-onap-application')
-rw-r--r-- | sparkybe-onap-application/pom.xml | 41 |
1 files changed, 16 insertions, 25 deletions
diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index 04fd2a2..b8da6da 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -29,18 +29,20 @@ <dependencyManagement> - <dependencies> - - <!-- Camel BOM --> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-spring-boot-dependencies</artifactId> - <version>${camel-spring-boot.version}</version> - <type>pom</type> - <scope>import</scope> - </dependency> - </dependencies> - </dependencyManagement> + <dependencies> + + <!-- Camel BOM --> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-spring-boot-dependencies</artifactId> + <version>${camel-spring-boot.version}</version> + <type>pom</type> + <scope>import</scope> + </dependency> + + </dependencies> + +</dependencyManagement> <dependencies> @@ -58,7 +60,6 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-restlet</artifactId> - <version>${camel-spring-boot.version}</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -70,7 +71,6 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-servlet</artifactId> - <version>${camel-spring-boot.version}</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -108,8 +108,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.4</version> - </dependency> + </dependency> <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-util --> <dependency> @@ -170,7 +169,7 @@ <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>common-logging</artifactId> - <version>1.2.0</version> + <version>1.2.1</version> </dependency> <dependency> @@ -208,11 +207,6 @@ <artifactId>rest-client</artifactId> <version>1.2.0</version> </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>2.4</version> - </dependency> <!-- https://mvnrepository.com/artifact/org.restlet.jee/org.restlet.ext.servlet --> <dependency> @@ -371,7 +365,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>2.7</version> <executions> <execution> <id>copy-docker-file</id> @@ -402,7 +395,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>3.0.0</version> <executions> <execution> <id>copy-installed</id> @@ -460,7 +452,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.3</version> <configuration> <reportPlugins> <plugin> |