diff options
author | Vitaly Takmazov | 2018-11-08 21:38:27 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-11-08 21:38:27 +0300 |
commit | 7aaa3f9a29c280f01c677c918932620be45cdbd7 (patch) | |
tree | 39947b2c889afd08f9c73ba54fab91159d2af258 /juick-common/build.gradle | |
parent | 3ea9770d0d43fbe45449ac4531ec4b0a374d98ea (diff) |
Merge everything into single Spring Boot application
Diffstat (limited to 'juick-common/build.gradle')
-rw-r--r-- | juick-common/build.gradle | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/juick-common/build.gradle b/juick-common/build.gradle deleted file mode 100644 index 8b26a887..00000000 --- a/juick-common/build.gradle +++ /dev/null @@ -1,20 +0,0 @@ -apply plugin: 'java' - -dependencies { - compile("org.springframework.boot:spring-boot-starter-json") - compile "org.apache.commons:commons-lang3:3.8.1" - compile "org.apache.commons:commons-collections4:4.2" - compile 'org.apache.commons:commons-text:1.6' - compile "commons-codec:commons-codec:1.11" - compile "commons-io:commons-io:2.6" - compile 'com.google.code.findbugs:jsr305:3.0.2' - compile 'org.ocpsoft.prettytime:prettytime:4.0.2.Final' - compile 'org.imgscalr:imgscalr-lib:4.2' - compile "org.apache.commons:commons-imaging:1.0-SNAPSHOT" - runtime "commons-fileupload:commons-fileupload:1.3.3" - - compile "javax.inject:javax.inject:1" - compile "javax.xml.bind:jaxb-api:2.3.1" - compile 'org.glassfish.jaxb:jaxb-runtime:2.3.1' - testCompile("org.springframework.boot:spring-boot-starter-test") -} |