summaryrefslogtreecommitdiffstats
path: root/aai-els-onap-logging/pom.xml
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-01-10 13:13:39 +0000
committerGerrit Code Review <gerrit@onap.org>2024-01-10 13:13:39 +0000
commit09fd390a6f265419edcc8d1225a43b9a85dcd76a (patch)
treecd616ffcaa5ec79a19b057faff6858acde3fe8e9 /aai-els-onap-logging/pom.xml
parent60eea4e2fdf10204147a22e78a165ed087fddbef (diff)
parentdc7a552c80013fdf7701705890c70674271fd7da (diff)
Merge "Update spring boot to 2.2"
Diffstat (limited to 'aai-els-onap-logging/pom.xml')
-rw-r--r--aai-els-onap-logging/pom.xml25
1 files changed, 13 insertions, 12 deletions
diff --git a/aai-els-onap-logging/pom.xml b/aai-els-onap-logging/pom.xml
index 38b3e05e..9ae986ff 100644
--- a/aai-els-onap-logging/pom.xml
+++ b/aai-els-onap-logging/pom.xml
@@ -140,17 +140,18 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <version>6.8.5</version>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
</dependencies>
+
+ <!-- <build>
+ <plugins>
+ <plugin>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build> -->
</project>