Skip to content

Commit

Permalink
Fix eclipse-ee4j#4380 - Jersey 2.30 does not work on JDK 11
Browse files Browse the repository at this point in the history
Signed-off-by: tvallin <[email protected]>
(cherry picked from commit 628621b)
  • Loading branch information
tvallin authored and jansupol committed Mar 23, 2020
1 parent 727c8db commit 36d2e0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
<target>
<mkdir dir="${java11.build.outputDirectory}" />
<javac srcdir="${java11.sourceDirectory}" destdir="${java11.build.outputDirectory}"
classpath="${project.build.outputDirectory}" includeantruntime="false" />
classpath="${project.build.outputDirectory}" includeantruntime="false" release="11" />
</target>
</configuration>
<goals>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.7</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.fortasoft</groupId>
Expand Down

0 comments on commit 36d2e0e

Please sign in to comment.