Skip to content

Commit 24d1825

Browse files
slachiewiczhboutemy
authored andcommitted
Cleanup after parent pom upgrade
1 parent cbe17c9 commit 24d1825

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ limitations under the License.
4949

5050
<properties>
5151
<project.build.outputTimestamp>2023-05-22T15:08:30Z</project.build.outputTimestamp>
52-
<javaVersion>8</javaVersion>
5352
</properties>
5453

5554
<dependencies>
@@ -80,15 +79,6 @@ limitations under the License.
8079
</dependencies>
8180

8281
<build>
83-
<pluginManagement>
84-
<plugins>
85-
<plugin>
86-
<groupId>org.apache.maven.plugins</groupId>
87-
<artifactId>maven-surefire-plugin</artifactId>
88-
<version>3.0.0</version>
89-
</plugin>
90-
</plugins>
91-
</pluginManagement>
9282
<plugins>
9383
<plugin>
9484
<groupId>org.apache.maven.plugins</groupId>
@@ -114,16 +104,6 @@ limitations under the License.
114104
<configuration>
115105
<!-- required to ensure the test classes are used, not surefire's plexus-utils -->
116106
<childDelegation>true</childDelegation>
117-
<systemPropertyVariables>
118-
<property>
119-
<name>JAVA_HOME</name>
120-
<value>${JAVA_HOME}</value>
121-
</property>
122-
<property>
123-
<name>M2_HOME</name>
124-
<value>${M2_HOME}</value>
125-
</property>
126-
</systemPropertyVariables>
127107
</configuration>
128108
</plugin>
129109
</plugins>

0 commit comments

Comments
 (0)