Move maxmind and fifesoft dependecies to studio
This commit is contained in:
parent
687ac2d535
commit
c313b90a0e
|
@ -68,22 +68,13 @@
|
||||||
<artifactId>leveldb</artifactId>
|
<artifactId>leveldb</artifactId>
|
||||||
<version>${leveldb.version}</version>
|
<version>${leveldb.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Added Cedarsoft for DeepEqual function -->
|
<!-- Added Cedarsoft for DeepEquals function -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.cedarsoftware</groupId>
|
<groupId>com.cedarsoftware</groupId>
|
||||||
<artifactId>java-util</artifactId>
|
<artifactId>java-util</artifactId>
|
||||||
<version>1.8.0</version>
|
<version>1.8.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<!-- For Serpent compile -->
|
||||||
<groupId>com.fifesoft</groupId>
|
|
||||||
<artifactId>rsyntaxtextarea</artifactId>
|
|
||||||
<version>2.5.0</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.maxmind.geoip</groupId>
|
|
||||||
<artifactId>geoip-api</artifactId>
|
|
||||||
<version>1.2.11</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.antlr</groupId>
|
<groupId>org.antlr</groupId>
|
||||||
<artifactId>antlr4-runtime</artifactId>
|
<artifactId>antlr4-runtime</artifactId>
|
||||||
|
|
|
@ -75,15 +75,22 @@
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.maxmind.geoip</groupId>
|
||||||
|
<artifactId>geoip-api</artifactId>
|
||||||
|
<version>1.2.11</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.maxmind.geoip2</groupId>
|
<groupId>com.maxmind.geoip2</groupId>
|
||||||
<artifactId>geoip2</artifactId>
|
<artifactId>geoip2</artifactId>
|
||||||
<version>0.6.0</version>
|
<version>0.6.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.maxmind.geoip</groupId>
|
<groupId>com.fifesoft</groupId>
|
||||||
<artifactId>geoip-api</artifactId>
|
<artifactId>rsyntaxtextarea</artifactId>
|
||||||
<version>1.2.11</version>
|
<version>2.5.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
Loading…
Reference in New Issue