|
99 | 99 | <artifactId>jnosql-arangodb</artifactId>
|
100 | 100 | <version>1.1.4</version>
|
101 | 101 | </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 |
| - |
152 | 102 | </dependencies>
|
153 | 103 | <build>
|
154 | 104 | <pluginManagement>
|
|
0 commit comments