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) {
5959 .forEach (e -> e .add (builder ));
6060 BaseConfiguration configuration = builder .build ();
6161
62- var conf2 = new org .apache .commons .configuration2 .BaseConfiguration ();
62+ var conf2 = new org .apache .commons .configuration .BaseConfiguration ();
6363 configuration .getKeys ().forEachRemaining (k -> {
6464 conf2 .addProperty (k , configuration .getProperty (k ));
6565 });
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ jnosql.document.database=clouds
1313jnosql.keyvalue.database =airport
1414
1515# graph configuration
16- jnosql.graph.provider =org.eclipse.jnosql.mapping .graph.connections .ArangoDBGraphConfiguration
16+ jnosql.graph.provider =org.soujava.demos.arangodb .graph.ArangoDBGraphConfiguration
1717jnosql.arangodb.graph.graph =marketing
1818jnosql.arangodb.graph.vertex.1 =Person
1919jnosql.arangodb.graph.edge.1 =knows
You can’t perform that action at this time.
0 commit comments