Skip to content

Commit 8f8cd56

Browse files
committed
javaee-samples#259 Allow version to be overridden for the glass fish build.
1 parent 5818b1f commit 8f8cd56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<hamcrest.version>1.3</hamcrest.version>
2626
<spock.version>0.7-groovy-2.0</spock.version>
2727
<groovy.version>2.1.5</groovy.version>
28+
<glassfish.version>4.0</glassfish.version>
2829
</properties>
2930

3031
<prerequisites>
@@ -666,7 +667,7 @@
666667
<dependency>
667668
<groupId>org.glassfish.main.extras</groupId>
668669
<artifactId>glassfish-embedded-all</artifactId>
669-
<version>4.0</version>
670+
<version>${glassfish.version}</version>
670671
<scope>test</scope>
671672
</dependency>
672673
<dependency>

0 commit comments

Comments
 (0)