diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2025-01-02 14:16:10 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2025-01-02 14:27:48 +0100 |
commit | 6d04920afb813d9e3c79744f0a9f43b6f46e6c8e (patch) | |
tree | f21de9c50a0fe89c8e4e58e9bffecc9b85eec4cd /pom.xml | |
parent | 45973a4c967e589dd119da9990047257f695f424 (diff) |
Use aai-common 1.15.4 in resources1.15.4
- use aai-common 1.15.4 that contains dependency updates
- do not declare jnr-ffi as explicit dependency
since it is only used transitively
- change org.json dependency scope to test
- remove freemarker and hamcrest-junit dependencies since they are not used
Issue-ID: AAI-4094
Change-Id: I0c4fdee7d0f4ab2ae12dd92bb5b079bf3281054f
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.15.3</version> + <version>1.15.4</version> </parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> @@ -49,7 +49,7 @@ <staging.path>/content/repositories/staging/</staging.path> <!-- GMaven plugin uses this property to figure out the name of the docker tag --> <aai.project.version>${project.version}</aai.project.version> - <aai.common.version>1.15.3</aai.common.version> + <aai.common.version>1.15.4</aai.common.version> <aai.schema.service.version>1.12.7</aai.schema.service.version> </properties> <build> |