Skip to content

Commit e2fe0cd

Browse files
committed
chore: include graph dependency
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
1 parent 7f96b36 commit e2fe0cd

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

pom.xml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,56 @@
9999
<artifactId>jnosql-arangodb</artifactId>
100100
<version>1.1.4</version>
101101
</dependency>
102+
<!-- Graph database -->
103+
<dependency>
104+
<groupId>org.eclipse.jnosql.databases</groupId>
105+
<artifactId>jnosql-tinkerpop</artifactId>
106+
<version>${jnosql.version}</version>
107+
</dependency>
108+
<dependency>
109+
<groupId>org.arangodb</groupId>
110+
<artifactId>arangodb-tinkerpop-provider</artifactId>
111+
<version>2.0.3</version>
112+
<exclusions>
113+
<exclusion>
114+
<groupId>io.netty</groupId>
115+
<artifactId>netty-all</artifactId>
116+
</exclusion>
117+
<exclusion>
118+
<groupId>com.google.code.gson</groupId>
119+
<artifactId>gson</artifactId>
120+
</exclusion>
121+
<exclusion>
122+
<groupId>org.apache.commons</groupId>
123+
<artifactId>commons-collections4</artifactId>
124+
</exclusion>
125+
<exclusion>
126+
<groupId>commons-collections</groupId>
127+
<artifactId>commons-collections</artifactId>
128+
</exclusion>
129+
</exclusions>
130+
</dependency>
131+
<dependency>
132+
<groupId>io.netty</groupId>
133+
<artifactId>netty-all</artifactId>
134+
<version>4.1.93.Final</version>
135+
</dependency>
136+
<dependency>
137+
<groupId>org.apache.commons</groupId>
138+
<artifactId>commons-collections4</artifactId>
139+
<version>4.3</version>
140+
</dependency>
141+
<dependency>
142+
<groupId>com.google.code.gson</groupId>
143+
<artifactId>gson</artifactId>
144+
<version>2.8.9</version>
145+
</dependency>
146+
<dependency>
147+
<groupId>org.yaml</groupId>
148+
<artifactId>snakeyaml</artifactId>
149+
<version>2.0</version>
150+
</dependency>
151+
102152
</dependencies>
103153
<build>
104154
<pluginManagement>

0 commit comments

Comments
 (0)