Skip to content

Commit

Permalink
[issue-1323] - Specific values for selenium, drone to make graphene i…
Browse files Browse the repository at this point in the history
…ntegration work in openshift module

Adding ENV VAR to make an old PhantomJS driver work with recent OPENSSL implementation
  • Loading branch information
fabiobrz committed Dec 20, 2024
1 parent b9d29e0 commit cafcef4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions openshift/ftest-openshift-graphene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<environmentVariables>
<OPENSSL_CONF>/etc/ssl</OPENSSL_CONF>
</environmentVariables>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
2 changes: 1 addition & 1 deletion openshift/openshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<version.jgit>6.7.0.202309050840-r</version.jgit>
<version.alpn>8.1.13.v20181017</version.alpn>

<version.graphene>2.1.0.Final</version.graphene>
<version.graphene>2.5.4</version.graphene>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion openshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<name>Arquillian Cube OpenShift Parent</name>

<properties>
<version.graphene>2.1.0.Final</version.graphene>
<version.graphene>2.5.4</version.graphene>
<version.arquillian.drone>2.5.4</version.arquillian.drone>
<version.selenium>3.13.0</version.selenium>
</properties>
Expand Down

0 comments on commit cafcef4

Please sign in to comment.