1 Star 0 Fork 752

龙慧 / xiaoyaoji

forked from 阿凉 / xiaoyaoji 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 3.54 KB
一键复制 编辑 原始数据 按行查看 历史
org.zhoujingjie@gmail.com 提交于 2017-06-17 15:00 . 修改页面
<?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>cn.com.xiaoyaoji</groupId>
<artifactId>xiaoyaoji</artifactId>
<packaging>pom</packaging>
<version>2.0.1</version>
<description>小幺鸡,简单好用的在线接口文档管理工具</description>
<url>http://www.xiaoyaoji.com.cn</url>
<developers>
<developer>
<name>zhoujingjie</name>
<url>http://git.oschina.net/zhoujingjie</url>
<email>cn_bboy@163.com</email>
</developer>
<developer>
<name>luofei</name>
</developer>
</developers>
<modules>
<module>xiaoyaoji-docformatter</module>
<module>xiaoyaoji-web</module>
<module>xiaoyaoji-config</module>
</modules>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
<dependency>
<groupId>javax.websocket</groupId>
<artifactId>javax.websocket-api</artifactId>
<version>1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
<version>2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.13</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.13</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>ali</id>
<name>ali nexus</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</repository>
</repositories>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<encoding>UTF-8</encoding>
<compilerVersion>1.7</compilerVersion>
<source>1.7</source>
<target>1.7</target>
<fork>true</fork>
<compilerArguments>
<extdirs>${project.basedir}/src/main/webapp/WEB-INF/lib/</extdirs>
</compilerArguments>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12.4</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/lhchao/apiManager.git
git@gitee.com:lhchao/apiManager.git
lhchao
apiManager
xiaoyaoji
master

搜索帮助