Skip to content

Commit

Permalink
Fixed glassfish dependency version
Browse files Browse the repository at this point in the history
- to be able to override tested version from the command line

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Sep 22, 2022
1 parent 0e4a1b9 commit 8979784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appserver/tests/tck/tck-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.glassfish.main.distributions</groupId>
<artifactId>glassfish</artifactId>
<version>${project.version}</version>
<version>${glassfish.version}</version>
<type>zip</type>
<scope>runtime</scope>
</dependency>
Expand Down

0 comments on commit 8979784

Please sign in to comment.