1 Star 0 Fork 1.2K

fanzc/jeesuite-libs

forked from dromara/mendmix-cloud 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
vakinge 提交于 2021-03-24 17:03 +08:00 . 1.3.7
<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>
<parent>
<groupId>com.jeesuite</groupId>
<artifactId>jeesuite-libs</artifactId>
<version>1.3.7</version>
</parent>
<artifactId>jeesuite-cache</artifactId>
<version>1.3.7</version>
<dependencies>
<dependency>
<groupId>com.jeesuite</groupId>
<artifactId>jeesuite-common</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>com.jeesuite</groupId>
<artifactId>jeesuite-spring</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>${jedis.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
<version>2.6.11</version>
<optional>true</optional>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>false</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/scada/jeesuite-libs.git
git@gitee.com:scada/jeesuite-libs.git
scada
jeesuite-libs
jeesuite-libs
master

搜索帮助