diff options
Diffstat (limited to 'sparkybe-onap-service/pom.xml')
-rw-r--r-- | sparkybe-onap-service/pom.xml | 23 |
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> |