This repository was archived by the owner on Jan 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
src/test/java/org/arangodb/objectmapper/test Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0"
2
2
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
-
4
+
5
5
<modelVersion >4.0.0</modelVersion >
6
-
6
+
7
7
<groupId >org.arangodb.objectmapper</groupId >
8
8
<artifactId >arangodb-objectmapper</artifactId >
9
9
<version >2.0.0-SNAPSHOT</version >
10
-
10
+
11
11
<name >ArangoDB object mapper for Java</name >
12
12
<description >Java ODM for ArangoDB</description >
13
13
74
74
</plugins >
75
75
</pluginManagement >
76
76
<plugins >
77
+ <plugin >
78
+ <groupId >com.amashchenko.maven.plugin</groupId >
79
+ <artifactId >gitflow-maven-plugin</artifactId >
80
+ <version >1.11.0</version >
81
+ <configuration >
82
+
83
+ </configuration >
84
+ </plugin >
77
85
<plugin >
78
86
<inherited >true</inherited >
79
87
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ protected void setUp() {
49
49
try {
50
50
51
51
ArangoDbHttpClient .Builder builder = new ArangoDbHttpClient .Builder ();
52
- client = builder .username ("root" ).password ("root " ).build ();
52
+ client = builder .username ("root" ).password ("" ).build ();
53
53
54
54
} catch (ArangoDb4JException e1 ) {
55
55
e1 .printStackTrace ();
You can’t perform that action at this time.
0 commit comments