File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ limitations under the License.
4949
5050 <properties >
5151 <project .build.outputTimestamp>2023-06-23T19:56:25Z</project .build.outputTimestamp>
52- <javaVersion >8</javaVersion >
5352 </properties >
5453
5554 <dependencies >
@@ -73,7 +72,6 @@ limitations under the License.
7372 <dependency >
7473 <groupId >org.junit.jupiter</groupId >
7574 <artifactId >junit-jupiter</artifactId >
76- <version >5.9.2</version >
7775 <scope >test</scope >
7876 </dependency >
7977 <dependency >
@@ -85,15 +83,6 @@ limitations under the License.
8583 </dependencies >
8684
8785 <build >
88- <pluginManagement >
89- <plugins >
90- <plugin >
91- <groupId >org.apache.maven.plugins</groupId >
92- <artifactId >maven-surefire-plugin</artifactId >
93- <version >3.0.0</version >
94- </plugin >
95- </plugins >
96- </pluginManagement >
9786 <plugins >
9887 <plugin >
9988 <groupId >org.apache.maven.plugins</groupId >
@@ -119,16 +108,6 @@ limitations under the License.
119108 <configuration >
120109 <!-- required to ensure the test classes are used, not surefire's plexus-utils -->
121110 <childDelegation >true</childDelegation >
122- <systemPropertyVariables >
123- <property >
124- <name >JAVA_HOME</name >
125- <value >${JAVA_HOME} </value >
126- </property >
127- <property >
128- <name >M2_HOME</name >
129- <value >${M2_HOME} </value >
130- </property >
131- </systemPropertyVariables >
132111 </configuration >
133112 </plugin >
134113 </plugins >
You can’t perform that action at this time.
0 commit comments