File tree 1 file changed +0
-21
lines changed
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.
49
49
50
50
<properties >
51
51
<project .build.outputTimestamp>2023-06-23T19:56:25Z</project .build.outputTimestamp>
52
- <javaVersion >8</javaVersion >
53
52
</properties >
54
53
55
54
<dependencies >
@@ -73,7 +72,6 @@ limitations under the License.
73
72
<dependency >
74
73
<groupId >org.junit.jupiter</groupId >
75
74
<artifactId >junit-jupiter</artifactId >
76
- <version >5.9.2</version >
77
75
<scope >test</scope >
78
76
</dependency >
79
77
<dependency >
@@ -85,15 +83,6 @@ limitations under the License.
85
83
</dependencies >
86
84
87
85
<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 >
97
86
<plugins >
98
87
<plugin >
99
88
<groupId >org.apache.maven.plugins</groupId >
@@ -119,16 +108,6 @@ limitations under the License.
119
108
<configuration >
120
109
<!-- required to ensure the test classes are used, not surefire's plexus-utils -->
121
110
<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 >
132
111
</configuration >
133
112
</plugin >
134
113
</plugins >
You can’t perform that action at this time.
0 commit comments