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-service/pom.xml | |
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-service/pom.xml')
-rw-r--r-- | sparkybe-onap-service/pom.xml | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index 37c464f..4d2a86d 100644 --- a/sparkybe-onap-service/pom.xml +++ b/sparkybe-onap-service/pom.xml @@ -39,6 +39,7 @@ <type>pom</type> <scope>import</scope> </dependency> + </dependencies> </dependencyManagement> @@ -64,7 +65,6 @@ some of the depedencies should probably have a scope of provided so they don't a <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-restlet</artifactId> - <version>${camel-spring-boot.version}</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -76,7 +76,6 @@ some of the depedencies should probably have a scope of provided so they don't a <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-servlet</artifactId> - <version>${camel-spring-boot.version}</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -114,8 +113,7 @@ some of the depedencies should probably have a scope of provided so they don't a <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> @@ -166,7 +164,7 @@ some of the depedencies should probably have a scope of provided so they don't a <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>common-logging</artifactId> - <version>1.2.0</version> + <version>1.2.1</version> </dependency> @@ -206,13 +204,6 @@ some of the depedencies should probably have a scope of provided so they don't a <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> <groupId>org.restlet.jee</groupId> @@ -461,7 +452,6 @@ some of the depedencies should probably have a scope of provided so they don't a <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.3</version> <configuration> <reportPlugins> <plugin> @@ -549,6 +539,20 @@ some of the depedencies should probably have a scope of provided so they don't a </plugins> </build> + + <distributionManagement> + <repository> + <id>ecomp-releases</id> + <name>ECOMP Release Repository</name> + <url>${nexusproxy}/content/repositories/releases/</url> + </repository> + <snapshotRepository> + <id>ecomp-snapshots</id> + <name>ECOMP Snapshot Repository</name> + <url>${nexusproxy}/content/repositories/snapshots/</url> + </snapshotRepository> + </distributionManagement> + </project> |