|
|
@ -74,7 +74,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Dependencies -->
|
|
|
|
<!-- Dependencies -->
|
|
|
|
<polaris.version>1.11.0-SNAPSHOT</polaris.version>
|
|
|
|
<polaris.version>1.11.0-SNAPSHOT</polaris.version>
|
|
|
|
<grpc.version>1.50.0</grpc.version>
|
|
|
|
<junit.version>4.13.2</junit.version>
|
|
|
|
<guava.version>31.0.1-jre</guava.version>
|
|
|
|
<guava.version>31.0.1-jre</guava.version>
|
|
|
|
<logback.version>1.2.11</logback.version>
|
|
|
|
<logback.version>1.2.11</logback.version>
|
|
|
|
<mocktio.version>4.5.1</mocktio.version>
|
|
|
|
<mocktio.version>4.5.1</mocktio.version>
|
|
|
@ -232,18 +232,6 @@
|
|
|
|
<version>${byte-buddy.version}</version>
|
|
|
|
<version>${byte-buddy.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>io.grpc</groupId>
|
|
|
|
|
|
|
|
<artifactId>grpc-all</artifactId>
|
|
|
|
|
|
|
|
<version>${grpc.version}</version>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>grpc-xds</artifactId>
|
|
|
|
|
|
|
|
<groupId>io.grpc</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-inline</artifactId>
|
|
|
|
<artifactId>mockito-inline</artifactId>
|
|
|
@ -264,6 +252,14 @@
|
|
|
|
<version>${system-stubs-junit4.version}</version>
|
|
|
|
<version>${system-stubs-junit4.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
|
|
|
|
<version>${junit.version}</version>
|
|
|
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
|
|
|