Update license and poms
[aai/sparky-be.git] / sparkybe-onap-application / pom.xml
index 23455a6..064d577 100644 (file)
                        <type>pom</type>
                        <scope>import</scope>
                </dependency>
+               
+               <dependency>
+                       <groupId>ch.qos.logback</groupId>
+                       <artifactId>logback-classic</artifactId>
+                       <version>1.2.1</version>
+               </dependency>
 
        </dependencies>
 
                                </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>
 
                <dependency>
                        <groupId>org.apache.camel</groupId>
                                </configuration>
                        </plugin>
                        <!-- license plugin -->
-                       <plugin>
+<!--                   <plugin>
                                <groupId>com.mycila</groupId>
                                <artifactId>license-maven-plugin</artifactId>
                                <version>3.0</version>
                                        </execution>
                                </executions>
                        </plugin>
-
+ -->
                </plugins>
        </build>
                <distributionManagement>