Merge branch 'master' of gitlab.red-soft.biz:ncore/ncore-sample

This commit is contained in:
Victor Bellavin
2015-04-11 19:37:57 +03:00
2 changed files with 6 additions and 2 deletions

View File

@ -22,6 +22,10 @@ ncore {
sourceEncoding = 'UTF-8'
}
repositories {
mavenLocal()
}
dependencies {
provided 'javax.servlet:javax.servlet-api:3.0.1'