Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #296 from spotify/bump
Browse files Browse the repository at this point in the history
Bump guava to 28.1-jre and remove protobuf and proto2json
  • Loading branch information
klaraward authored Dec 6, 2019
2 parents 127da96 + 9e6d691 commit 859bf31
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@
<logback.version>1.2.3</logback.version>
<jackson.version>2.10.0</jackson.version>
<semantic-metrics.version>1.0.2</semantic-metrics.version>
<guava.version>28.0-jre</guava.version>
<guava.version>28.1-jre</guava.version>
<netty.version>4.1.38.Final</netty.version>
<jetty.version>9.4.19.v20190610</jetty.version>
<protobuf.version>3.9.1</protobuf.version>
</properties>

<dependencyManagement>
Expand All @@ -76,11 +75,6 @@
<artifactId>netty-codec-http</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${protobuf.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
Expand Down Expand Up @@ -163,11 +157,6 @@
<artifactId>logback-core</artifactId>
<version>${logback.version}</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>proto2json</artifactId>
<version>0.4.2</version>
</dependency>
<dependency>
<groupId>com.yammer.metrics</groupId>
<artifactId>metrics-core</artifactId>
Expand Down

0 comments on commit 859bf31

Please sign in to comment.