summaryrefslogtreecommitdiffstats
path: root/eelf-logging/pom.xml
diff options
context:
space:
mode:
authorNandkishor Patke <nandkishor-laxman.patke@t-systems.com>2024-04-06 02:34:35 +0000
committerGerrit Code Review <gerrit@onap.org>2024-04-06 02:34:35 +0000
commitebb52fd8fa205c730c3ee19e9ee33dac8cde3c20 (patch)
tree6ab30c0e45be223d47393040edfa7ed891bdac71 /eelf-logging/pom.xml
parent6ad29c2d9910a0fc105f2c979c1beb1c759cc7a5 (diff)
parentdf73577f01e131fb0638e7d5ae3a85217975e9e9 (diff)
Merge "Update eelf-core in logging-service"
Diffstat (limited to 'eelf-logging/pom.xml')
-rw-r--r--eelf-logging/pom.xml20
1 files changed, 3 insertions, 17 deletions
diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml
index 02ad583..c147a36 100644
--- a/eelf-logging/pom.xml
+++ b/eelf-logging/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<parent>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>logging-service</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.13.0-SNAPSHOT</version>
</parent>
@@ -38,28 +38,14 @@ limitations under the License.
<dependency>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>logging-api</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.13.0-SNAPSHOT</version>
</dependency>
<!-- EELF logging library -->
<dependency>
<groupId>com.att.eelf</groupId>
<artifactId>eelf-core</artifactId>
- <version>1.0.1-oss</version>
- <exclusions>
- <exclusion>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.powermock</groupId>
- <artifactId>powermock-module-junit4</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.powermock</groupId>
- <artifactId>powermock-api-mockito</artifactId>
- </exclusion>
- </exclusions>
+ <version>2.0.0-oss</version>
</dependency>
<dependency>