5 Star 15 Fork 6

Mr.CoolB / SvnAdmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 2.01 KB
一键复制 编辑 原始数据 按行查看 历史
Mr.CoolB 提交于 2015-06-25 13:57 . 添加说明
apply plugin: 'java'
apply plugin: 'war'
group = 'org.svnadmin'
version = '3.0.6'
description = """"""
sourceCompatibility = 1.7
targetCompatibility = 1.7
repositories {
mavenLocal()
maven {
url "http://maven.oschina.net/content/groups/public/"
}
maven { url "http://repo.maven.apache.org/maven2" }
maven { url "http://maven.svnkit.com/maven2/" }
}
ext {
joddVersion = "3.6.6"
}
dependencies {
compile "org.jodd:jodd-core:$joddVersion"
compile group: 'org.tmatesoft.svnkit', name: 'svnkit', version: '1.8.10'
compile group: 'org.springframework', name: 'spring-core', version: '3.0.5.RELEASE'
compile group: 'org.springframework', name: 'spring-beans', version: '3.0.5.RELEASE'
compile group: 'org.springframework', name: 'spring-context', version: '3.0.5.RELEASE'
compile group: 'org.apache.geronimo.specs', name: 'geronimo-annotation_1.0_spec', version: '1.1.1'
compile group: 'org.springframework', name: 'spring-aop', version: '3.0.5.RELEASE'
compile group: 'org.aspectj', name: 'aspectjweaver', version: '1.6.8'
compile group: 'cglib', name: 'cglib-nodep', version: '2.2'
compile group: 'org.springframework', name: 'spring-orm', version: '3.0.5.RELEASE'
compile group: 'org.springframework', name: 'spring-web', version: '3.0.5.RELEASE'
compile group: 'org.springframework', name: 'spring-jdbc', version: '3.0.5.RELEASE'
compile group: 'commons-lang', name: 'commons-lang', version: '2.6'
compile group: 'commons-dbcp', name: 'commons-dbcp', version: '1.4'
compile group: 'commons-pool', name: 'commons-pool', version: '1.5.5'
compile group: 'commons-io', name: 'commons-io', version: '2.0.1'
compile group: 'commons-logging', name: 'commons-logging', version: '1.1.1'
compile group: 'log4j', name: 'log4j', version: '1.2.16'
runtime group: 'mysql', name: 'mysql-connector-java', version: '5.1.14'
compile 'com.h2database:h2:1.4.187'
compile 'javax.servlet:javax.servlet-api:3.1.0'
compile 'javax.servlet.jsp:jsp-api:2.2'
}
Java
1
https://gitee.com/uin57/SvnAdmin.git
git@gitee.com:uin57/SvnAdmin.git
uin57
SvnAdmin
SvnAdmin
master

搜索帮助