aboutsummaryrefslogtreecommitdiffstats
path: root/common-logging/pom.xml
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2020-06-29 18:07:50 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-29 18:07:50 +0000
commit25d1b68c099cedf9ce0bae12cf2b518b8ec39f01 (patch)
treef6c6f223a4a2645b977583dc7ba6efa6a94a575c /common-logging/pom.xml
parentff0842117fba4dfe675a8b87af3a1098cde023bd (diff)
parent4481ccf9691d125dd8fb9c3bf799fdf072833211 (diff)
Merge "upgrade eelf-core dependency: 1.0.0 -> 2.0.0-oss"
Diffstat (limited to 'common-logging/pom.xml')
-rw-r--r--common-logging/pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml
index d3e46d20..f4555698 100644
--- a/common-logging/pom.xml
+++ b/common-logging/pom.xml
@@ -49,7 +49,7 @@
<dependency>
<groupId>com.att.eelf</groupId>
<artifactId>eelf-core</artifactId>
- <version>1.0.1-oss</version>
+ <version>2.0.0-oss</version>
<exclusions>
<exclusion>
<groupId>org.powermock</groupId>
@@ -71,6 +71,11 @@
<artifactId>powermock-api-mockito2</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
@@ -114,7 +119,7 @@
<plugin>
<groupId>com.att.eelf</groupId>
<artifactId>eelf-maven-plugin</artifactId>
- <version>0.0.1</version>
+ <version>2.0.0-oss</version>
<executions>
<execution>
<phase>install</phase>