diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-10-25 14:22:37 +0000 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-10-26 10:57:36 +0000 |
commit | 9511c963abaf02fa1d6b0aa3ff80b53721c79bfc (patch) | |
tree | e1fbda96bdeedd6f17b678f6bda0d6150ea1dfba /pom.xml | |
parent | 24cbbc6737f42fa5932febeccae87b07362e34b0 (diff) |
Use the 1.9.4 parent pom in resources
- upgrade apache commons-configuration to commons-configuration2 to resolve test failures
Issue-ID: AAI-3566
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I26657f326c15de33c65abb9ae7c9bb9608defbaf
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,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.resources</groupId> <artifactId>resources</artifactId> |