Skip to content

Commit

Permalink
Remove jdk 7 related configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Apr 4, 2022
1 parent f51fa2f commit 3cbf1ec
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,30 +157,5 @@ under the License.
</plugins>
</build>
</profile>
<profile>
<id>java7tlsCentral</id>
<activation>
<property>
<name>https.protocols</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties combine.children="append">
<property>
<name>https.protocols</name>
<value>${https.protocols}</value>
</property>
</systemProperties>
</configuration>
</plugin>
</plugins>
</build>
</profile>

</profiles>
</project>

0 comments on commit 3cbf1ec

Please sign in to comment.