File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 8888 <scope >test</scope >
8989 <optional >true</optional >
9090 </dependency >
91+ <dependency >
92+ <groupId >org.glassfish.gmbal</groupId >
93+ <artifactId >gmbal</artifactId >
94+ <scope >test</scope >
95+ </dependency >
9196 <!-- It is used just by compiler, so we need to ensure order of build of modules. -->
9297 <dependency >
9398 <groupId >${project.groupId} </groupId >
Original file line number Diff line number Diff line change 2525 requires org .glassfish .corba .internal ;
2626 requires org .glassfish .corba .omgapi ;
2727
28+ requires org .glassfish .external .management .api ;
29+
2830 requires org .glassfish .gmbal .api ;
2931
3032 requires org .glassfish .pfl .basic ;
3335
3436 requires osgi .core ;
3537
38+ exports com .sun .corba .ee .impl .ior ;
3639 exports com .sun .corba .ee .impl .javax .rmi ;
3740 exports com .sun .corba .ee .impl .javax .rmi .CORBA ;
3841 exports com .sun .corba .ee .impl .legacy .connection ;
3942 exports com .sun .corba .ee .impl .orb ;
4043 exports com .sun .corba .ee .impl .util ;
44+ exports com .sun .corba .ee .spi .ior .iiop ;
4145 exports com .sun .corba .ee .spi .transport ;
4246
4347 opens com .sun .corba .ee .impl .oa .poa ;
You can’t perform that action at this time.
0 commit comments