aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-04-04 10:37:43 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-04-04 10:37:43 +0200
commit21e01d4ae2d5583112b23290a6d52f70951e70cd (patch)
tree54048723b17ba6eceee639680c64c7c11bac6cf4 /pom.xml
parent338ea513407cac56c78678f6697a2e55b6bc22b9 (diff)
Constructor inject the jakarte ee ClientBuilderHEADmaster
- do not create the ClientBuilder inside the classes but rather constructor inject it - this way instrumentation of the client could be possible when tracing is enabled Issue-ID: AAI-3817 Change-Id: I4c6d1faf8da98283e8bbae66bd0b3207786a4ce5 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 7688640..fde2b09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,16 +25,15 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.9.4</version>
+ <version>1.11.0</version>
</parent>
<groupId>org.onap.aai</groupId>
<artifactId>rest-client</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.11.0-SNAPSHOT</version>
<name>aai-rest-client</name>
<properties>
- <aai.common.version>1.9.3</aai.common.version>
<checkstyle.config.location>google_checks.xml</checkstyle.config.location>
<jacoco.report.directory>${project.build.directory}/code-coverage</jacoco.report.directory>
<jacoco.line.coverage.limit>0.80</jacoco.line.coverage.limit>