Skip to content

Commit

Permalink
Merge pull request #776 from arunagrawal84/3.11
Browse files Browse the repository at this point in the history
update to netflixoss 7.0.0
  • Loading branch information
arunagrawal-84 authored Feb 8, 2019
2 parents e836056 + 5d9de49 commit c8b7d9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'nebula.netflixoss' version '5.2.0'
id 'nebula.netflixoss' version '7.0.0'
id 'com.github.sherter.google-java-format' version '0.7.1'
}

Expand Down Expand Up @@ -35,14 +35,13 @@ allprojects {
compile 'org.apache.commons:commons-collections4:4.2'
compile 'commons-io:commons-io:2.6'
compile 'commons-cli:commons-cli:1.4'
compile 'commons-httpclient:commons-httpclient:3.1'
compile 'com.sun.jersey.contribs:jersey-multipart:1.19.4'
compile 'com.sun.jersey:jersey-json:1.19.4'
compile 'com.sun.jersey:jersey-bundle:1.19.4'
compile 'com.sun.jersey.contribs:jersey-guice:1.19.4'
compile 'com.google.guava:guava:21.0'
compile 'com.google.code.findbugs:jsr305:3.0.2'
compile 'com.amazonaws:aws-java-sdk:1.11.487'
compile 'com.amazonaws:aws-java-sdk:1.11.488'
compile 'com.google.inject:guice:4.2.2'
compile 'com.google.inject.extensions:guice-servlet:4.2.2'
compile 'org.quartz-scheduler:quartz:2.3.0'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
package com.netflix.priam.tuner.dse;
/*
* Copyright 2017 Netflix, Inc.
*
Expand All @@ -15,6 +14,7 @@
* limitations under the License.
*
*/
package com.netflix.priam.tuner.dse;

import com.netflix.priam.config.FakeConfiguration;
import java.util.HashSet;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
package com.netflix.priam.tuner.dse;
/*
* Copyright 2017 Netflix, Inc.
*
Expand All @@ -15,6 +14,7 @@
* limitations under the License.
*
*/
package com.netflix.priam.tuner.dse;

import com.google.common.io.Files;
import com.netflix.priam.config.FakeConfiguration;
Expand Down

0 comments on commit c8b7d9e

Please sign in to comment.