Skip to content

Commit

Permalink
Add missing test scope for the Arquillian connectors
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
  • Loading branch information
avpinchuk committed Apr 21, 2024
1 parent 6f02c07 commit 713bfe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appserver/tests/tck/cdi/cdi-full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
<groupId>org.omnifaces.arquillian</groupId>
<artifactId>arquillian-glassfish-server-managed</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down Expand Up @@ -306,7 +307,7 @@
</execution>

<!-- Install a jar with a few amount of test classes, for which some of the tests are looking -->
<execution>
<execution>
<id>install-cdi-tck-ext-lib</id>
<phase>pre-integration-test</phase>
<goals>
Expand Down
1 change: 1 addition & 0 deletions appserver/tests/tck/cdi/cdi-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<groupId>org.omnifaces.arquillian</groupId>
<artifactId>arquillian-glassfish-server-managed</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 713bfe4

Please sign in to comment.