|
107 | 107 | <version>3.4.34</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} --> |
108 | 108 | <scope>test</scope> |
109 | 109 | </dependency> |
110 | | - <dependency> |
111 | | - <groupId>org.slf4j</groupId> |
112 | | - <artifactId>slf4j-simple</artifactId> |
113 | | - <version>1.7.36</version> <!-- {x-version-update;org.slf4j:slf4j-simple;external_dependency} --> |
114 | | - <scope>test</scope> |
115 | | - </dependency> |
116 | 110 | <dependency> |
117 | 111 | <groupId>com.azure</groupId> |
118 | 112 | <artifactId>azure-core-http-okhttp</artifactId> |
119 | 113 | <version>1.11.18</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;dependency} --> |
120 | 114 | <scope>test</scope> |
121 | 115 | </dependency> |
122 | | - <dependency> |
123 | | - <groupId>org.spockframework</groupId> |
124 | | - <artifactId>spock-core</artifactId> |
125 | | - <version>2.4-M1-groovy-4.0</version> <!-- {x-version-update;org.spockframework:spock-core;external_dependency} --> |
126 | | - <scope>test</scope> |
127 | | - </dependency> |
128 | | - <!--The Groovy version that Spock Core brings in (4.0.6) does not support Java 21, so we need to override it with a version that does.--> |
129 | | - <dependency> |
130 | | - <groupId>org.apache.groovy</groupId> |
131 | | - <artifactId>groovy</artifactId> |
132 | | - <version>4.0.15</version> <!-- {x-version-update;org.apache.groovy:groovy;external_dependency} --> |
133 | | - <scope>test</scope> |
134 | | - </dependency> |
135 | 116 | </dependencies> |
136 | 117 |
|
137 | 118 | <build> |
|
201 | 182 | </rules> |
202 | 183 | </configuration> |
203 | 184 | </plugin> |
204 | | - |
205 | | - <plugin> |
206 | | - <groupId>org.codehaus.gmavenplus</groupId> |
207 | | - <artifactId>gmavenplus-plugin</artifactId> |
208 | | - <version>3.0.2</version> <!-- {x-version-update;org.codehaus.gmavenplus:gmavenplus-plugin;external_dependency} --> |
209 | | - <executions> |
210 | | - <execution> |
211 | | - <goals> |
212 | | - <goal>addTestSources</goal> |
213 | | - <goal>generateTestStubs</goal> |
214 | | - <goal>compileTests</goal> |
215 | | - <goal>removeTestStubs</goal> |
216 | | - </goals> |
217 | | - <phase>test-compile</phase> |
218 | | - </execution> |
219 | | - </executions> |
220 | | - <configuration> |
221 | | - <skipTests>${skipTestCompile}</skipTests> |
222 | | - <testSources> |
223 | | - <testSource> |
224 | | - <directory>${project.basedir}/src/test</directory> |
225 | | - <includes> |
226 | | - <include>**/*.groovy</include> |
227 | | - </includes> |
228 | | - </testSource> |
229 | | - <testSource> |
230 | | - <directory>${project.basedir}/src/test-shared</directory> |
231 | | - <includes> |
232 | | - <include>**/*.groovy</include> |
233 | | - </includes> |
234 | | - </testSource> |
235 | | - </testSources> |
236 | | - </configuration> |
237 | | - </plugin> |
238 | 185 | </plugins> |
239 | 186 | </build> |
240 | | - |
241 | | - <profiles> |
242 | | - <profile> |
243 | | - <id>java9plus</id> |
244 | | - <activation> |
245 | | - <jdk>[9,)</jdk> |
246 | | - </activation> |
247 | | - <dependencies> |
248 | | - |
249 | | - </dependencies> |
250 | | - <build> |
251 | | - <plugins> |
252 | | - <plugin> |
253 | | - <groupId>org.apache.maven.plugins</groupId> |
254 | | - <artifactId>maven-compiler-plugin</artifactId> |
255 | | - <version>3.12.1</version> <!-- {x-version-update;org.apache.maven.plugins:maven-compiler-plugin;external_dependency} --> |
256 | | - <executions> |
257 | | - <execution> |
258 | | - <id>default-testCompile</id> |
259 | | - <phase>process-test-sources</phase> |
260 | | - <goals> |
261 | | - <goal>testCompile</goal> |
262 | | - </goals> |
263 | | - <configuration> |
264 | | - <failOnWarning>false</failOnWarning> |
265 | | - <compilerArgs> |
266 | | - <compilerArg>--add-reads</compilerArg> |
267 | | - <compilerArg>com.azure.storage.common=java.desktop</compilerArg> |
268 | | - </compilerArgs> |
269 | | - </configuration> |
270 | | - </execution> |
271 | | - </executions> |
272 | | - </plugin> |
273 | | - </plugins> |
274 | | - </build> |
275 | | - </profile> |
276 | | - </profiles> |
277 | 187 | </project> |
0 commit comments