1 Star 1 Fork 0

TinyFramework / sqlexecutor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 2.81 KB
一键复制 编辑 原始数据 按行查看 历史
yukige88 提交于 2018-05-23 11:37 . [配置]修改pom文件
<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>org.tinygroup</groupId>
<artifactId>tiny-parent</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>sqlexecutor</artifactId>
<version>test26-SNAPSHOT</version>
<packaging>pom</packaging>
<name>sqlexecutor</name>
<properties>
<tiny.version>4.0.0_test1-SNAPSHOT</tiny.version>
<druid.version>1.0.12</druid.version>
<cglib.version>3.1</cglib.version>
<commons-dbcp.version>1.4</commons-dbcp.version>
<commons-pool.version>1.4</commons-pool.version>
<mysql-connector-java.version>5.1.27</mysql-connector-java.version>
<dbunit.version>2.5.0</dbunit.version>
<h2.version>1.4.184</h2.version>
<spring-framework-bom.version>4.3.2.RELEASE</spring-framework-bom.version>
</properties>
<scm>
<connection>scm:git:git@https://gitee.com/tinyframework/sqlexecutor.git</connection>
<developerConnection>scm:git:https://gitee.com/tinyframework/sqlexecutor.git</developerConnection>
<url>https://gitee.com/tinyframework/sqlexecutor.git</url>
</scm>
<modules>
<module>org.tinygroup.sqlexecutor</module>
<module>sqlexecutor.bom</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>${spring-framework-bom.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>${druid.version}</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>${cglib.version}</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>${commons-dbcp.version}</version>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>${commons-pool.version}</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql-connector-java.version}</version>
</dependency>
<dependency>
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<version>${dbunit.version}</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>${h2.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
1
https://gitee.com/tinyframework/sqlexecutor.git
git@gitee.com:tinyframework/sqlexecutor.git
tinyframework
sqlexecutor
sqlexecutor
master

搜索帮助