这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on Mar 4, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added CHANGELOG.md
Empty file.
42 changes: 11 additions & 31 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,58 +1,40 @@
plugins {
id 'nebula.netflixoss' version '2.2.5'
}

// Establish version and status
ext.githubProjectName = 'SimianArmy'
group = "com.netflix.${project.name}"
apply plugin:'eclipse-wtp'

buildscript {
repositories {
mavenLocal()
mavenCentral() // maven { url 'http://jcenter.bintray.com' }
}
apply from: file('gradle/buildscript.gradle'), to: buildscript
}

allprojects {
repositories {
mavenLocal()
mavenCentral() // maven { url: 'http://jcenter.bintray.com' }
}
repositories {
mavenLocal()
jcenter()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the switch to jcenter?

}

apply from: file('gradle/convention.gradle')
apply from: file('gradle/maven.gradle')
apply from: file('gradle/check.gradle')
// apply from: file('gradle/license.gradle')
apply from: file('gradle/release.gradle')

apply plugin: 'war'
apply plugin: 'jetty'
apply plugin: 'eclipse'
apply plugin: 'idea'

dependencies {
// for the VMWareClient
compile 'com.cloudbees.thirdparty:vijava:5.0.0'
compile 'dom4j:dom4j:1.6.1'

// for DB support outside of AWS (SimpleDB not available)
compile 'org.mapdb:mapdb:0.9.5'

compile 'javax.ws.rs:jsr311-api:1.1.1'
compile 'com.sun.jersey:jersey-core:1.11'
compile 'com.sun.jersey:jersey-server:1.11'
compile 'com.sun.jersey:jersey-servlet:1.11'
compile 'org.slf4j:slf4j-api:1.6.4'
compile 'org.codehaus.jackson:jackson-core-asl:1.9.2'
compile 'org.codehaus.jackson:jackson-mapper-asl:1.9.2'
compile 'com.netflix.eureka:eureka-client:1.1.22'
compile('com.netflix.eureka:eureka-client:1.1.22') {
exclude group: 'com.sun.jersey', module: 'jersey-bundle'
}
compile 'com.amazonaws:aws-java-sdk:1.8.11'
compile 'commons-lang:commons-lang:2.6'
compile 'joda-time:joda-time:2.0'
compile 'com.google.guava:guava:11.0.2'
compile 'org.apache.httpcomponents:httpclient:4.3'
compile 'org.apache.httpcomponents:httpcore:4.3'
compile 'org.jclouds.driver:jclouds-jsch:1.6.0'
compile 'org.jclouds.driver:jclouds-slf4j:1.6.0'
compile 'org.jclouds.api:ec2:1.6.0'

testCompile 'org.testng:testng:6.3.1'
Expand All @@ -61,15 +43,13 @@ dependencies {
runtime 'org.slf4j:slf4j-log4j12:1.6.1'

providedCompile 'javax.servlet:servlet-api:2.5'
// needed for findbug Missing Class: javax.annotation.Nonnull
providedCompile 'com.google.code.findbugs:jsr305:1.3.9'
}

test {
useTestNG()
}

tasks.withType(Compile) {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint" << "-Werror"
}

Expand Down
13 changes: 0 additions & 13 deletions codequality/HEADER

This file was deleted.

1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
version=2.5-SNAPSHOT
11 changes: 0 additions & 11 deletions gradle/buildscript.gradle

This file was deleted.

21 changes: 0 additions & 21 deletions gradle/check.gradle

This file was deleted.

85 changes: 0 additions & 85 deletions gradle/convention.gradle

This file was deleted.

8 changes: 0 additions & 8 deletions gradle/license.gradle

This file was deleted.

69 changes: 0 additions & 69 deletions gradle/maven.gradle

This file was deleted.

1 change: 0 additions & 1 deletion gradle/netflix-oss.gradle

This file was deleted.

60 changes: 0 additions & 60 deletions gradle/release.gradle

This file was deleted.

Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Aug 27 11:05:53 PDT 2014
#Thu Jan 29 13:45:16 PST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-bin.zip