Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun committed Mar 27, 2020
1 parent 3dd42fe commit 9133814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
8 changes: 0 additions & 8 deletions consistency/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,6 @@
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-runtime</artifactId>
</dependency>
</dependencies>

</project>
17 changes: 2 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
<!-- Exclude all generated code -->
<sonar.jacoco.itReportPath>${project.basedir}/../test/target/jacoco-it.exec</sonar.jacoco.itReportPath>
<sonar.exclusions>file:**/generated-sources/**,**/test/**</sonar.exclusions>
<protostuff.version>1.6.2</protostuff.version>
<protobuf-java.version>3.8.0</protobuf-java.version>
<grpc-java.version>1.24.0</grpc-java.version>
<kryo.version>4.0.2</kryo.version>
</properties>
<!-- == -->
<!-- =========================================================Build plugins================================================ -->
Expand Down Expand Up @@ -614,20 +614,7 @@
<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo</artifactId>
<version>4.0.2</version>
</dependency>

<!-- protostuff -->

<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
<version>${protostuff.version}</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-runtime</artifactId>
<version>${protostuff.version}</version>
<version>${kryo.version}</version>
</dependency>

<!-- Apache commons -->
Expand Down

0 comments on commit 9133814

Please sign in to comment.