Cleanup dependencies
This commit is contained in:
parent
6864a2416a
commit
6b11e82b86
10 changed files with 15 additions and 8 deletions
1
DynmapCore/bin/.gitignore
vendored
Normal file
1
DynmapCore/bin/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/main/
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
description = "DynmapCore"
|
||||
|
||||
dependencies {
|
||||
compile "us.dynmap:DynmapCoreAPI:${project.version}"
|
||||
compile project(path: ':DynmapCoreAPI', configuration: 'shadow')
|
||||
compile 'org.eclipse.jetty:jetty-server:8.1.21.v20160908'
|
||||
compile 'org.eclipse.jetty:jetty-servlet:8.1.21.v20160908'
|
||||
compile 'com.googlecode.json-simple:json-simple:1.1.1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue