diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-06-29 09:54:06 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-06-29 09:54:06 -0500 |
commit | 4481ccf9691d125dd8fb9c3bf799fdf072833211 (patch) | |
tree | 402977850373730c0fabc80fdced9a0e17fe0bc8 /common-logging/pom.xml | |
parent | 4cdfdf4fa218a3b4f7e9690355db85976bc1888d (diff) |
upgrade eelf-core dependency: 1.0.0 -> 2.0.0-oss
Issue-ID: POLICY-2387
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I837c2e958a388e8b6f2df2aff9f995359e44ad62
Diffstat (limited to 'common-logging/pom.xml')
-rw-r--r-- | common-logging/pom.xml | 9 |
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> |