File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
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-05-22T15:08:30Z</project .build.outputTimestamp>
52
- <javaVersion >8</javaVersion >
53
52
</properties >
54
53
55
54
<dependencies >
@@ -80,15 +79,6 @@ limitations under the License.
80
79
</dependencies >
81
80
82
81
<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 >
92
82
<plugins >
93
83
<plugin >
94
84
<groupId >org.apache.maven.plugins</groupId >
@@ -114,16 +104,6 @@ limitations under the License.
114
104
<configuration >
115
105
<!-- required to ensure the test classes are used, not surefire's plexus-utils -->
116
106
<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 >
127
107
</configuration >
128
108
</plugin >
129
109
</plugins >
You can’t perform that action at this time.
0 commit comments