Skip to content

Commit

Permalink
Fix JavaModulePathIT when testing with javassist
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Jun 26, 2019
1 parent 2ea0505 commit 87bab83
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
module org.hibernate.orm.integrationtest.java.module {
exports org.hibernate.orm.integrationtest.java.module.service;
opens org.hibernate.orm.integrationtest.java.module.entity to
org.hibernate.orm.core;
org.hibernate.orm.core,
javassist; // Necessary for javassist, but not for bytebuddy (the default)

requires java.persistence;
/*
Expand Down

0 comments on commit 87bab83

Please sign in to comment.