|
22 | 22 | <automatic.module.name>--module-name-need-to-be-overridden--</automatic.module.name> |
23 | 23 | <protobuf-java.version>4.35.0</protobuf-java.version> |
24 | 24 | <guava.version>33.6.0-jre</guava.version> |
| 25 | + <junit-pioneer.version>2.3.0</junit-pioneer.version> |
| 26 | + <awaitility.version>4.3.0</awaitility.version> |
| 27 | + <wiremock.version>3.13.2</wiremock.version> |
25 | 28 | <junit-jupiter.version>6.0.3</junit-jupiter.version> |
26 | 29 | <otel.instrumentation.version>2.28.1-alpha</otel.instrumentation.version> |
27 | 30 | <java.version>8</java.version> |
|
92 | 95 | <version>3.27.7</version> |
93 | 96 | <scope>test</scope> |
94 | 97 | </dependency> |
95 | | - <dependency> |
96 | | - <groupId>com.google.guava</groupId> |
97 | | - <artifactId>guava</artifactId> |
98 | | - <version>${guava.version}</version> |
99 | | - <scope>test</scope> |
100 | | - </dependency> |
101 | 98 | <dependency> |
102 | 99 | <groupId>org.slf4j</groupId> |
103 | 100 | <artifactId>slf4j-simple</artifactId> |
104 | 101 | <version>2.0.18</version> |
105 | 102 | <scope>test</scope> |
106 | 103 | </dependency> |
107 | | - <dependency> |
108 | | - <groupId>org.junit-pioneer</groupId> |
109 | | - <artifactId>junit-pioneer</artifactId> |
110 | | - <version>2.3.0</version> |
111 | | - <scope>test</scope> |
112 | | - </dependency> |
113 | | - <dependency> |
114 | | - <groupId>org.awaitility</groupId> |
115 | | - <artifactId>awaitility</artifactId> |
116 | | - <version>4.3.0</version> |
117 | | - <scope>test</scope> |
118 | | - </dependency> |
119 | | - <dependency> |
120 | | - <groupId>org.wiremock</groupId> |
121 | | - <artifactId>wiremock</artifactId> |
122 | | - <version>3.13.2</version> |
123 | | - <scope>test</scope> |
124 | | - <exclusions> |
125 | | - <exclusion> |
126 | | - <groupId>org.hamcrest</groupId> |
127 | | - <artifactId>hamcrest-core</artifactId> |
128 | | - </exclusion> |
129 | | - </exclusions> |
130 | | - </dependency> |
131 | 104 | </dependencies> |
132 | 105 |
|
133 | 106 | <build> |
|
0 commit comments