Skip to content

Commit 3cbf1ec

Browse files
Remove jdk 7 related configuration
1 parent f51fa2f commit 3cbf1ec

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

pom.xml

-25
Original file line numberDiff line numberDiff line change
@@ -157,30 +157,5 @@ under the License.
157157
</plugins>
158158
</build>
159159
</profile>
160-
<profile>
161-
<id>java7tlsCentral</id>
162-
<activation>
163-
<property>
164-
<name>https.protocols</name>
165-
</property>
166-
</activation>
167-
<build>
168-
<plugins>
169-
<plugin>
170-
<groupId>org.apache.maven.plugins</groupId>
171-
<artifactId>maven-surefire-plugin</artifactId>
172-
<configuration>
173-
<systemProperties combine.children="append">
174-
<property>
175-
<name>https.protocols</name>
176-
<value>${https.protocols}</value>
177-
</property>
178-
</systemProperties>
179-
</configuration>
180-
</plugin>
181-
</plugins>
182-
</build>
183-
</profile>
184-
185160
</profiles>
186161
</project>

0 commit comments

Comments
 (0)