10000 added commons-collections4 · anderick/arangodb-java-driver@a7ce6c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit a7ce6c6

Browse files
author
a-brandt
committed
added commons-collections4
1 parent 4eb09e0 commit a7ce6c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135

136136
<properties>
137137
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
138-
<commons-lang3.version>3.3.2</commons-lang3.version>
138+
<commons-collections4.version>4.0</commons-collections4.version>
139139
<gson.version>2.3</gson.version>
140140
<httpclient.version>4.2.3</httpclient.version>
141141
<slf4j-api.version>1.7.7</slf4j-api.version>
@@ -147,8 +147,8 @@
147147
<dependencies>
148148
<dependency>
149149
<groupId>org.apache.commons</groupId>
150-
<artifactId>commons-lang3</artifactId>
151-
<version>${commons-lang3.version}</version>
150+
<artifactId>commons-collections4</artifactId>
151+
<version>${commons-collections4.version}</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)
0