We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7605d6d commit 4a1461bCopy full SHA for 4a1461b
1 file changed
pom.xml
@@ -92,11 +92,6 @@
92
<artifactId>jackson-databind</artifactId>
93
<version>2.14.2</version>
94
</dependency>
95
- <dependency>
96
- <groupId>com.fasterxml.jackson.core</groupId>
97
- <artifactId>jackson-annotations</artifactId>
98
- <version>2.14.2</version>
99
- </dependency>
100
<dependency>
101
<groupId>com.esotericsoftware</groupId>
102
<artifactId>kryo</artifactId>
@@ -225,10 +220,6 @@
225
220
<suiteXmlFiles>
226
221
<suiteXmlFile>src/test/java/loci/common/utests/testng-template.xml</suiteXmlFile>
227
222
</suiteXmlFiles>
228
- <systemPropertyVariables>
229
- <testng.runHttpRemoteTests>0</testng.runHttpRemoteTests>
230
- <testng.runS3RemoteTests>0</testng.runS3RemoteTests>
231
- </systemPropertyVariables>
232
223
</configuration>
233
224
</plugin>
234
0 commit comments