Skip to content

Commit 54b476c

Browse files
committed
chore: update properties on graph database
Signed-off-by: Otavio Santana <[email protected]>
1 parent cc9ca2f commit 54b476c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

janus-graph/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</parent>
2323

2424
<properties>
25-
<jnosql.version>1.1.6-SNAPSHOT</jnosql.version>
25+
<jnosql.version>1.1.7-SNAPSHOT</jnosql.version>
2626
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2727
<janusgraph.version>1.2.0-20250219-143145.6c030f7</janusgraph.version>
2828
</properties>
@@ -38,6 +38,11 @@
3838
<artifactId>jnosql-tinkerpop</artifactId>
3939
<version>${jnosql.version}</version>
4040
</dependency>
41+
<dependency>
42+
<groupId>org.eclipse.jnosql.mapping</groupId>
43+
<artifactId>jnosql-tinkerpop-connections</artifactId>
44+
<version>${jnosql.version}</version>
45+
</dependency>
4146
<dependency>
4247
<groupId>org.apache.tinkerpop</groupId>
4348
<artifactId>gremlin-core</artifactId>

janus-graph/src/main/resources/META-INF/microprofile-config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# You may elect to redistribute this code under either of these licenses.
1010
#
1111

12-
jnosql.graph.provider=org.eclipse.jnosql.mapping.graph.connections.JanusGraphConfiguration
12+
jnosql.graph.provider=org.eclipse.jnosql.mapping.tinkerpop.connections.JanusGraphConfiguration
1313
gremlin.graph=org.janusgraph.core.JanusGraphFactory
1414
storage.backend=berkeleyje
1515
storage.directory=../target/jnosql/berkeleyje

0 commit comments

Comments
 (0)