Skip to content

Commit

Permalink
Fix camel-jpa on JDK9 GA
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpoth committed Sep 28, 2017
1 parent 3ea9093 commit c1390a4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions components/camel-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,19 @@
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-persistence-jdbc</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jpa_2.0_spec</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</profile>
</profiles>
</project>

0 comments on commit c1390a4

Please sign in to comment.