File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/org/soujava/demos/arangodb/graph Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public Graph apply(Settings settings) {
59
59
.forEach (e -> e .add (builder ));
60
60
BaseConfiguration configuration = builder .build ();
61
61
62
- var conf2 = new org .apache .commons .configuration2 .BaseConfiguration ();
62
+ var conf2 = new org .apache .commons .configuration .BaseConfiguration ();
63
63
configuration .getKeys ().forEachRemaining (k -> {
64
64
conf2 .addProperty (k , configuration .getProperty (k ));
65
65
});
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ jnosql.document.database=clouds
13
13
jnosql.keyvalue.database =airport
14
14
15
15
# graph configuration
16
- jnosql.graph.provider =org.eclipse.jnosql.mapping .graph.connections .ArangoDBGraphConfiguration
16
+ jnosql.graph.provider =org.soujava.demos.arangodb .graph.ArangoDBGraphConfiguration
17
17
jnosql.arangodb.graph.graph =marketing
18
18
jnosql.arangodb.graph.vertex.1 =Person
19
19
jnosql.arangodb.graph.edge.1 =knows
You can’t perform that action at this time.
0 commit comments