Cleanup dependencies

This commit is contained in:
Mike Primm 2018-08-12 21:20:56 -05:00
parent 6864a2416a
commit 6b11e82b86
10 changed files with 15 additions and 8 deletions

7
.gitignore vendored
View File

@ -1,11 +1,12 @@
# Eclipse stuff
/.classpath
/.project
/.settings
.classpath
.project
.settings
# netbeans
/nbproject
# we use maven!
/build.xml

1
DynmapCore/bin/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/main/

View File

@ -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'

1
DynmapCoreAPI/bin/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/main/

1
bukkit-helper-113/bin/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/main/

View File

@ -3,8 +3,8 @@ description = 'bukkit-helper-1.13'
dependencies {
compile project(':bukkit-helper')
compile group: 'us.dynmap', name: 'dynmap-api', version: "${project.version}"
compile group: 'us.dynmap', name: 'DynmapCore', version: "${project.version}"
compile project(path: ':dynmap-api', configuration: 'shadow')
compile project(path: ':DynmapCore', configuration: 'shadow')
compile group: 'org.bukkit', name: 'bukkit', version:'1.13-R0.1-SNAPSHOT'
compile group: 'org.bukkit', name: 'craftbukkit', version:'1.13-R0.1-SNAPSHOT'
}

View File

@ -1,2 +1,3 @@
/target/
/build/
/bin/

1
bukkit-helper/bin/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/main/

View File

@ -2,8 +2,8 @@
description = 'bukkit-helper'
dependencies {
compile group: 'us.dynmap', name: 'dynmap-api', version: "${project.version}"
compile group: 'us.dynmap', name: 'DynmapCore', version: "${project.version}"
compile project(path: ':dynmap-api', configuration: 'shadow')
compile project(path: ':DynmapCore', configuration: 'shadow')
compile group: 'org.bukkit', name: 'bukkit', version:'1.7.10-R0.1-SNAPSHOT'
compile group: 'com.google.code.gson', name: 'gson', version:'2.8.2'
}

1
bukkit/.gitignore vendored
View File

@ -1,3 +1,4 @@
/target/
/dependency-reduced-pom.xml
/build/
/bin/