Update license and poms
[aai/sparky-be.git] / sparkybe-onap-service / pom.xml
index 4d2a86d..891e44d 100644 (file)
                                <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>