Skip to content

Commit

Permalink
Use correct dependency for glassfish-module-tck
Browse files Browse the repository at this point in the history
fixes: #359
  • Loading branch information
erdlet committed Nov 5, 2022
1 parent 6a1c40f commit 94574a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
</build>
<dependencies>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-glassfish-remote-3.1</artifactId>
<groupId>org.omnifaces.arquillian</groupId>
<artifactId>arquillian-glassfish-server-remote</artifactId>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit 94574a8

Please sign in to comment.