File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
22
</parent >
23
23
24
24
<properties >
25
- <jnosql .version>1.1.6 -SNAPSHOT</jnosql .version>
25
+ <jnosql .version>1.1.7 -SNAPSHOT</jnosql .version>
26
26
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
27
27
<janusgraph .version>1.2.0-20250219-143145.6c030f7</janusgraph .version>
28
28
</properties >
38
38
<artifactId >jnosql-tinkerpop</artifactId >
39
39
<version >${jnosql.version} </version >
40
40
</dependency >
41
+ <dependency >
42
+ <groupId >org.eclipse.jnosql.mapping</groupId >
43
+ <artifactId >jnosql-tinkerpop-connections</artifactId >
44
+ <version >${jnosql.version} </version >
45
+ </dependency >
41
46
<dependency >
42
47
<groupId >org.apache.tinkerpop</groupId >
43
48
<artifactId >gremlin-core</artifactId >
Original file line number Diff line number Diff line change 9
9
# You may elect to redistribute this code under either of these licenses.
10
10
#
11
11
12
- jnosql.graph.provider =org.eclipse.jnosql.mapping.graph .connections.JanusGraphConfiguration
12
+ jnosql.graph.provider =org.eclipse.jnosql.mapping.tinkerpop .connections.JanusGraphConfiguration
13
13
gremlin.graph =org.janusgraph.core.JanusGraphFactory
14
14
storage.backend =berkeleyje
15
15
storage.directory =../target/jnosql/berkeleyje
You can’t perform that action at this time.
0 commit comments