1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/crystony-shiro-spring-redis

Клонировать/Скачать
build.gradle 1.4 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
hua.huang Отправлено 05.04.2015 08:55 67adaae
group = 'com.hh.shiro'
version = "1.0.0.RELEASE"
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'war'
apply plugin: 'eclipse'
apply plugin: 'eclipse-wtp'
apply plugin: 'jetty'
dependencies {
/* spring begin */
compile 'org.springframework:spring-webmvc:4.1.1.RELEASE'
compile 'org.springframework:spring-context-support:4.1.1.RELEASE'
compile 'org.freemarker:freemarker:2.3.19'
compile 'com.fasterxml.jackson.core:jackson-databind:2.1.4'
compile 'commons-io:commons-io:2.4'
compile 'org.apache.commons:commons-lang3:3.3.2'
compile 'commons-beanutils:commons-beanutils:1.9.2'
compile 'commons-codec:commons-codec:1.9'
compile 'commons-fileupload:commons-fileupload:1.3.1'
/* spring end */
/* shiro begin */
compile 'org.apache.shiro:shiro-core:1.2.3'
compile 'org.apache.shiro:shiro-spring:1.2.3'
compile 'org.apache.shiro:shiro-web:1.2.3'
/* shiro end */
compile 'redis.clients:jedis:2.1.0'
compile 'org.slf4j:slf4j-log4j12:1.7.7'
providedCompile 'servletapi:servlet-api:2.4'
testCompile 'junit:junit:4.11'
}
eclipse {
classpath { downloadSources=true }
}
tasks.withType(JavaCompile) {
sourceCompatibility = 1.7
targetCompatibility = 1.7
}
repositories {
maven { url "http://maven.oschina.net/content/groups/public" }
mavenCentral()
}
task wrapper(type: Wrapper) { gradleVersion = '2.2.1' }
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/crystony-shiro-spring-redis.git
git@api.gitlife.ru:oschina-mirror/crystony-shiro-spring-redis.git
oschina-mirror
crystony-shiro-spring-redis
crystony-shiro-spring-redis
master