aboutsummaryrefslogtreecommitdiffstats
path: root/common-logging/pom.xml
diff options
context:
space:
mode:
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>