diff options
Diffstat (limited to 'juick-xmpp-wip/build.gradle')
-rw-r--r-- | juick-xmpp-wip/build.gradle | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/juick-xmpp-wip/build.gradle b/juick-xmpp-wip/build.gradle deleted file mode 100644 index aab1b995..00000000 --- a/juick-xmpp-wip/build.gradle +++ /dev/null @@ -1,10 +0,0 @@ -apply plugin: 'java' -apply plugin: 'org.springframework.boot' -apply plugin: 'war' - -dependencies { - compile project(':juick-server-jdbc') - runtime "commons-fileupload:commons-fileupload:1.3.3" - providedRuntime 'com.h2database:h2:1.4.196' - testCompile("org.springframework.boot:spring-boot-starter-test") -} |