Skip to content

Commit 6b2c95a

Browse files
committed
Examples bundle - JDK 24 adjust
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
1 parent c312e20 commit 6b2c95a

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

bundles/examples/pom.xml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,6 @@
196196
<classifier>gf-project-src</classifier>
197197
<type>zip</type>
198198
</dependency>
199-
<dependency>
200-
<groupId>org.glassfish.jersey.examples</groupId>
201-
<artifactId>groovy</artifactId>
202-
<version>${project.version}</version>
203-
<classifier>project-src</classifier>
204-
<type>zip</type>
205-
</dependency>
206199
<dependency>
207200
<groupId>org.glassfish.jersey.examples</groupId>
208201
<artifactId>helloworld</artifactId>
@@ -743,4 +736,22 @@
743736
</plugins>
744737
</build>
745738

739+
<profiles>
740+
<profile>
741+
<id>groovy_jdk_11</id>
742+
<activation>
743+
<jdk>[11,)</jdk>
744+
</activation>
745+
<dependencies>
746+
<dependency>
747+
<groupId>org.glassfish.jersey.examples</groupId>
748+
<artifactId>groovy</artifactId>
749+
<version>${project.version}</version>
750+
<classifier>project-src</classifier>
751+
<type>zip</type>
752+
</dependency>
753+
</dependencies>
754+
</profile>
755+
</profiles>
756+
746757
</project>

0 commit comments

Comments
 (0)