summaryrefslogtreecommitdiffstats
path: root/sparkybe-onap-service/pom.xml
diff options
context:
space:
mode:
authorda490c <dave.adams@amdocs.com>2018-03-22 16:10:24 -0400
committerda490c <dave.adams@amdocs.com>2018-03-22 16:12:36 -0400
commit9a9accec75c04dea95a79b4224ad081ec803fb1d (patch)
tree528a597de292e23607e8efcf9084769c226f0968 /sparkybe-onap-service/pom.xml
parent12990e5465e0474db52275f5600aa703399c9d8b (diff)
Update license and poms
Issue-ID: AAI-599 Change-Id: I467d7a287edf87d1691a55a3bdce1dcc2b7ee223 Signed-off-by: da490c <dave.adams@amdocs.com>
Diffstat (limited to 'sparkybe-onap-service/pom.xml')
-rw-r--r--sparkybe-onap-service/pom.xml23
1 files changed, 21 insertions, 2 deletions
diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml
index 4d2a86d..891e44d 100644
--- a/sparkybe-onap-service/pom.xml
+++ b/sparkybe-onap-service/pom.xml
@@ -40,6 +40,13 @@
<scope>import</scope>
</dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <version>1.2.1</version>
+ </dependency>
+
+
</dependencies>
</dependencyManagement>
@@ -83,6 +90,18 @@ some of the depedencies should probably have a scope of provided so they don't a
</exclusion>
</exclusions>
</dependency>
+
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-logging</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
<!-- Camel BOM -->
<dependency>
@@ -517,7 +536,7 @@ some of the depedencies should probably have a scope of provided so they don't a
</configuration>
</plugin> -->
<!-- license plugin -->
- <plugin>
+<!-- <plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>3.0</version>
@@ -536,7 +555,7 @@ some of the depedencies should probably have a scope of provided so they don't a
</execution>
</executions>
</plugin>
-
+ -->
</plugins>
</build>