diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-07 11:26:38 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-07 11:26:38 +0200 |
commit | feada673f2e99c3ed5fcdc2a47994e9e4500b2ea (patch) | |
tree | d17070c00feca30f88ef98f78d5e92581d0fdfaf /pom.xml | |
parent | 4d1b2cd24f060b1a4849f411a09a04346f22dc06 (diff) |
Update janusgraph to 1.0.01.15.0
- update Janusgraph (0.6.4 -> 1.0.0)
- update Tinkerpop (3.5.8 -> 3.7.1)
Issue-ID: AAI-3743
Change-Id: I20cfe7229b9e02bd8db54894082e25556dadc538
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 17 |
1 files changed, 2 insertions, 15 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.15.0-SNAPSHOT</version> + <version>1.15.0</version> </parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> @@ -49,22 +49,9 @@ <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.0-SNAPSHOT</aai.common.version> + <aai.common.version>1.15.0</aai.common.version> <aai.schema.service.version>1.12.5</aai.schema.service.version> </properties> - <dependencies> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-junit</artifactId> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> <build> <pluginManagement> <plugins> |