[ARTEMIS-1844] Fix opening SSL connection in IBM JDK in tests
This commit is contained in:
parent
410cb9ee23
commit
6acdb490c8
9
pom.xml
9
pom.xml
|
@ -841,6 +841,15 @@
|
|||
<version>3.1</version>
|
||||
<configuration combine.self="override" />
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<systemPropertyVariables>
|
||||
<com.ibm.jsse2.overrideDefaultTLS>true</com.ibm.jsse2.overrideDefaultTLS>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
|
|
Loading…
Reference in New Issue