aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-10-25 14:18:21 +0000
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-10-26 13:13:10 +0000
commit89d9d635ea2e701ae0dce72584b24f1541998787 (patch)
tree6431229276cc393e6764a874a619faece2c4b663 /pom.xml
parenteee4b72f1c89194889803ae3696a2b12f27b90bb (diff)
Use the 1.9.4 parent pom in rest-client
- work around metrics logging, a proper solution would probably involve updating eelf-core in the logging service Issue-ID: AAI-3564 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I8a21089d9b41e9a973c62c9eac22503ad32fa731
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7999b16..4f8b29f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.9.3</version>
+ <version>1.9.4</version>
</parent>
<groupId>org.onap.aai</groupId>
@@ -53,6 +53,11 @@
</dependency>
<dependency>
+ <groupId>com.att.eelf</groupId>
+ <artifactId>eelf-core</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>