Skip to content

Commit

Permalink
JDK11 support fabric8io#1265
Browse files Browse the repository at this point in the history
(cherry picked from commit 03251ce)
  • Loading branch information
ffang committed Jan 29, 2019
1 parent 11b3102 commit 0835938
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions kubernetes-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,19 @@
</plugins>
</build>
</profile>
<profile>
<id>java9-plus</id>
<activation>
<jdk>[9,)</jdk>
</activation>
<dependencies>
<dependency>
<groupId>org.jboss.spec.javax.rmi</groupId>
<artifactId>jboss-rmi-api_1.0_spec</artifactId>
<version>1.0.6.Final</version>
</dependency>
</dependencies>
</profile>
</profiles>

</project>
2 changes: 1 addition & 1 deletion platforms/karaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<properties>
<karaf.version>4.2.2</karaf.version>
<osgi.version>6.0.0</osgi.version>
<pax.exam.version>4.13.0-SNAPSHOT</pax.exam.version>
<pax.exam.version>4.13.1</pax.exam.version>
<validation.api.version>1.1.0.Final</validation.api.version>
</properties>

Expand Down

0 comments on commit 0835938

Please sign in to comment.