aboutsummaryrefslogtreecommitdiffstats
path: root/aai-parent
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-02-05 15:34:01 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-02-05 16:03:19 +0100
commit5026c0765b945cdad70cc4be4487e372d8c6a55f (patch)
treeb68e7275ef58cdaa330313d66b66fdfe5898b13c /aai-parent
parent82b88bb0b1551acb6acc0c2e1037b80d0253c34f (diff)
Pivoting a TraversalURIOptimisedQuery is broken in release 1.13.2
- fix query building for TraversalURIOptimizedQuery - enable DataLinkTests for TRAVERSAL_URI again - add further tests to test pivoting more directly - roll back version to 1.13.2 to rerelease fixed version - add python six dependency to fix upstream issue with sphinxcontrib-swagger dependency Issue-ID: AAI-3758 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I3e54216e00d0491d64265e149f55cf8aba6fabd9
Diffstat (limited to 'aai-parent')
-rw-r--r--aai-parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml
index 5378bd18..28b89387 100644
--- a/aai-parent/pom.xml
+++ b/aai-parent/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-common</artifactId>
- <version>1.13.3-SNAPSHOT</version>
+ <version>1.13.2-SNAPSHOT</version>
</parent>
<artifactId>aai-parent</artifactId>
<name>aai-parent</name>
@@ -63,7 +63,7 @@ limitations under the License.
<eelf.core.version>2.0.0-oss</eelf.core.version>
<freemarker.version>2.3.31</freemarker.version>
<google.guava.version>31.1-jre</google.guava.version>
- <gremlin.version>3.2.11</gremlin.version>
+ <gremlin.version>3.2.4</gremlin.version>
<groovy.version>2.5.15</groovy.version>
<gson.version>2.9.1</gson.version>
<hamcrest.junit.version>2.0.0.0</hamcrest.junit.version>