We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51fa2f commit 3cbf1ecCopy full SHA for 3cbf1ec
pom.xml
@@ -157,30 +157,5 @@ under the License.
157
</plugins>
158
</build>
159
</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
175
176
- <value>${https.protocols}</value>
177
178
- </systemProperties>
179
- </configuration>
180
- </plugin>
181
- </plugins>
182
- </build>
183
- </profile>
184
-
185
</profiles>
186
</project>
0 commit comments