Skip to content

Commit

Permalink
Examples bundle - JDK 24 adjust
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam committed Dec 18, 2024
1 parent 1249cd4 commit eed97c3
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions bundles/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,6 @@
<classifier>gf-project-src</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>groovy</artifactId>
<version>${project.version}</version>
<classifier>project-src</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>helloworld</artifactId>
Expand Down Expand Up @@ -736,4 +729,22 @@
</plugins>
</build>

<profiles>
<profile>
<id>groovy_jdk_11</id>
<activation>
<jdk>[11,)</jdk>
</activation>
<dependencies>
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>groovy</artifactId>
<version>${project.version}</version>
<classifier>project-src</classifier>
<type>zip</type>
</dependency>
</dependencies>
</profile>
</profiles>

</project>

0 comments on commit eed97c3

Please sign in to comment.