File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed
core-server/src/main/java Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3737 exports org .glassfish .jersey .server ;
3838 exports org .glassfish .jersey .server .filter ;
3939 exports org .glassfish .jersey .server .filter .internal to
40+ org .glassfish .jersey .core .common ,
4041 org .glassfish .hk2 .locator ,
4142 org .glassfish .hk2 .utilities ,
4243 org .glassfish .jersey .incubator .cdi .inject .weld ;
Original file line number Diff line number Diff line change 3838 opens org .glassfish .jersey .moxy .json .internal to
3939 org .glassfish .hk2 .locator ,
4040 org .glassfish .hk2 .utilities ,
41+ org .glassfish .jersey .core .common ,
4142 org .glassfish .jersey .core .client ,
4243 org .glassfish .jersey .incubator .cdi .inject .weld ,
4344 org .glassfish .jersey .inject .cdi2 .se ,
Original file line number Diff line number Diff line change 3434
3535 <properties >
3636 <surefire .security.argline>
37- --add-reads org.jboss.logging=weld.core.impl
38- --add-reads org.jboss.logging=weld.se.core
39- --add-reads org.jboss.logging=weld.environment.common
4037 --add-reads org.jboss.logging=org.hibernate.validator
4138 </surefire .security.argline>
4239 </properties >
Original file line number Diff line number Diff line change 3434
3535 <properties >
3636 <surefire .security.argline>
37- --add-reads org.jboss.logging=weld.core.impl
38- --add-reads org.jboss.logging=weld.se.core
39- --add-reads org.jboss.logging=weld.environment.common
4037 --add-reads org.jboss.logging=org.hibernate.validator
4138 </surefire .security.argline>
4239 </properties >
You can’t perform that action at this time.
0 commit comments