Skip to content

Commit

Permalink
Remove exclusion of jandex dependency now that hibernate has been upg…
Browse files Browse the repository at this point in the history
…raded (#7778)
  • Loading branch information
barchetta committed Oct 12, 2023
1 parent 9f3a065 commit 3b30d14
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions integrations/cdi/hibernate-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
<scope>compile</scope>
<!-- Use the io.smallrye jandex artifact (which the rest of Helidon uses) instead of the org.jboss one. -->
<exclusions>
<exclusion>
<groupId>org.jboss</groupId>
<artifactId>jandex</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- As we exclude javax from hibernate, we need to add jakarta -->
Expand Down

0 comments on commit 3b30d14

Please sign in to comment.