Skip to content

Commit 748a9aa

Browse files
committed
changes: remove changes non-related to GZoltar
1 parent 7cde0a2 commit 748a9aa

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

pom.xml

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
42
<parent>
53
<groupId>org.sonatype.oss</groupId>
64
<artifactId>oss-parent</artifactId>
@@ -50,10 +48,7 @@
5048
<github.global.server>github</github.global.server>
5149
<slf4j.version>1.7.36</slf4j.version>
5250
<jedis.module.name>redis.clients.jedis</jedis.module.name>
53-
<junit.version>4.13.2</junit.version>
5451
<gzoltar.version>1.7.3</gzoltar.version>
55-
<surefire.version>3.1.0</surefire.version>
56-
<jacoco.version>0.8.5</jacoco.version>
5752
<resilience4j.version>1.7.1</resilience4j.version>
5853
</properties>
5954

@@ -82,7 +77,7 @@
8277
<dependency>
8378
<groupId>junit</groupId>
8479
<artifactId>junit</artifactId>
85-
<version>${junit.version}</version>
80+
<version>4.13.2</version>
8681
<scope>test</scope>
8782
</dependency>
8883
<dependency>
@@ -171,7 +166,7 @@
171166
<plugin>
172167
<groupId>org.jacoco</groupId>
173168
<artifactId>jacoco-maven-plugin</artifactId>
174-
<version>${jacoco.version}</version>
169+
<version>0.8.5</version>
175170
<executions>
176171
<execution>
177172
<goals>
@@ -197,7 +192,7 @@
197192
</plugin>
198193
<plugin>
199194
<artifactId>maven-surefire-plugin</artifactId>
200-
<version>${surefire.version}</version>
195+
<version>3.1.0</version>
201196
<configuration>
202197
<systemPropertyVariables>
203198
<redis-hosts>${redis-hosts}</redis-hosts>
@@ -340,8 +335,7 @@
340335
<id>release</id>
341336
<build>
342337
<plugins>
343-
<!--Sign
344-
the components - this is required by maven central for releases -->
338+
<!--Sign the components - this is required by maven central for releases -->
345339
<plugin>
346340
<artifactId>maven-gpg-plugin</artifactId>
347341
<version>3.1.0</version>
@@ -370,7 +364,7 @@
370364
<plugins>
371365
<plugin>
372366
<artifactId>maven-surefire-plugin</artifactId>
373-
<version>${surefire.version}</version>
367+
<version>3.1.0</version>
374368
<configuration>
375369
<test>**/examples/*Example.java</test>
376370
</configuration>
@@ -390,7 +384,7 @@
390384
<plugin>
391385
<groupId>org.jacoco</groupId>
392386
<artifactId>jacoco-maven-plugin</artifactId>
393-
<version>${jacoco.version}</version>
387+
<version>0.8.5</version>
394388
<configuration>
395389
<skip>true</skip> <!-- Disabling plugin when using this profile -->
396390
</configuration>
@@ -404,20 +398,20 @@
404398
<dependency>
405399
<groupId>junit</groupId>
406400
<artifactId>junit</artifactId>
407-
<version>${junit.version}</version>
401+
<version>4.13.2</version>
408402
</dependency>
409403
</dependencies>
410404
</plugin>
411405

412406
<plugin>
413407
<groupId>org.apache.maven.plugins</groupId>
414408
<artifactId>maven-surefire-plugin</artifactId>
415-
<version>${surefire.version}</version>
409+
<version>3.1.0</version>
416410
<dependencies>
417411
<dependency>
418412
<groupId>org.apache.maven.surefire</groupId>
419413
<artifactId>surefire-junit47</artifactId>
420-
<version>${surefire.version}</version>
414+
<version>3.1.0</version>
421415
</dependency>
422416
</dependencies>
423417
<configuration>

0 commit comments

Comments
 (0)