Drop opentest4j from dependency management
This commit is contained in:
parent
56ada7f0e9
commit
c835d85256
7
pom.xml
7
pom.xml
|
@ -63,7 +63,6 @@
|
||||||
<luajava.version>3.4.0</luajava.version>
|
<luajava.version>3.4.0</luajava.version>
|
||||||
<micrometer.version>1.13.2</micrometer.version>
|
<micrometer.version>1.13.2</micrometer.version>
|
||||||
<netty.version>4.1.111.Final</netty.version>
|
<netty.version>4.1.111.Final</netty.version>
|
||||||
<opentest4j.version>1.3.0</opentest4j.version>
|
|
||||||
<protobuf.version>3.25.2</protobuf.version> <!-- should be kept in sync with the value from Google libraries-bom -->
|
<protobuf.version>3.25.2</protobuf.version> <!-- should be kept in sync with the value from Google libraries-bom -->
|
||||||
<pushy.version>0.15.4</pushy.version>
|
<pushy.version>0.15.4</pushy.version>
|
||||||
<reactive.grpc.version>1.2.4</reactive.grpc.version>
|
<reactive.grpc.version>1.2.4</reactive.grpc.version>
|
||||||
|
@ -222,12 +221,6 @@
|
||||||
<version>${jaxb.version}</version>
|
<version>${jaxb.version}</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.opentest4j</groupId>
|
|
||||||
<artifactId>opentest4j</artifactId>
|
|
||||||
<version>${opentest4j.version}</version>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-api</artifactId>
|
<artifactId>slf4j-api</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue