update caffeine version
parent
99b50ab2d2
commit
55be772fc0
17
pom.xml
17
pom.xml
|
@ -1,7 +1,8 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>io.github.yezhihao</groupId>
|
||||
|
||||
<groupId>com.dust.tripartite</groupId>
|
||||
<artifactId>netmc</artifactId>
|
||||
<version>2.0.6.RELEASE</version>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -18,18 +19,10 @@
|
|||
</licenses>
|
||||
|
||||
<scm>
|
||||
<url>https://github.com/yezhihao/netmc</url>
|
||||
<connection>https://github.com/yezhihao/netmc.git</connection>
|
||||
<url>http://115.29.108.160:3000/TripartiteOpenSource/netmc</url>
|
||||
<connection>http://115.29.108.160:3000/TripartiteOpenSource/netmc.git</connection>
|
||||
</scm>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>netmc.yezhihao</id>
|
||||
<name>netmc</name>
|
||||
<email>zhihao.ye@qq.com</email>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<resource.delimiter>@</resource.delimiter>
|
||||
|
@ -68,7 +61,7 @@
|
|||
<dependency>
|
||||
<groupId>com.github.ben-manes.caffeine</groupId>
|
||||
<artifactId>caffeine</artifactId>
|
||||
<version>2.8.8</version>
|
||||
<version>3.0.4</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue