1 Star 1 Fork 27

yangfan0108 / Seed

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
tctxl 提交于 2015-07-27 00:34 . 新增隔离机制
<?xml version="1.0" encoding="UTF-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>com.opdar.seed</groupId>
<artifactId>com.opdar.seed</artifactId>
<packaging>pom</packaging>
<version>0.1.0</version>
<modules>
<module>Seed-Database</module>
<module>Seed-MVC</module>
<module>Seed-Aop</module>
<module>Seed-Extra</module>
<module>Seed-MVC-Support</module>
<module>Seed-Base</module>
<module>Seed-Template</module>
<module>Seed-Configuration-Web</module>
<module>Seed-Configuration-Web-Tomcat</module>
<module>Seed-CPlan</module>
<!--<module>Seed-Configuration-Web-Plugin</module>-->
</modules>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>nexus-releases</id>
<url>http://192.168.1.235:7071/nexus/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>nexus-snapshots</id>
<url>http://192.168.1.235:7071/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>
1
https://gitee.com/yangfan01088/Seed.git
git@gitee.com:yangfan01088/Seed.git
yangfan01088
Seed
Seed
master

搜索帮助