File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
src/main/java/org/openmrs Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 109109 <!-- End OpenMRS core -->
110110
111111 <dependency >
112- <groupId >org.openmrs.directwebremoting </groupId >
112+ <groupId >org.openmrs.contrib </groupId >
113113 <artifactId >dwr</artifactId >
114- <version >2.0.7 -mod</version >
114+ <version >2.0.8 -mod-SNAPSHOT </version >
115115 </dependency >
116116
117117 <dependency >
Original file line number Diff line number Diff line change 1616import org .apache .commons .lang .StringUtils ;
1717import org .apache .commons .logging .Log ;
1818import org .apache .commons .logging .LogFactory ;
19- import org .directwebremoting .WebContextFactory ;
19+ import org .openmrs . contrib . dwr .WebContextFactory ;
2020import org .openmrs .api .context .Context ;
2121import org .openmrs .notification .MessageService ;
2222import org .openmrs .notification .NotificationConstants ;
Original file line number Diff line number Diff line change 1515import javax .servlet .ServletRegistration ;
1616import java .util .EnumSet ;
1717
18- import org .directwebremoting .servlet .EfficientShutdownServletContextAttributeListener ;
18+ import org .openmrs . contrib . dwr .servlet .EfficientShutdownServletContextAttributeListener ;
1919import org .openmrs .module .web .filter .AdminPageFilter ;
2020import org .openmrs .module .web .filter .ForcePasswordChangeFilter ;
2121import org .openmrs .module .web .filter .RedirectAfterLoginFilter ;
Original file line number Diff line number Diff line change 2020
2121import org .apache .commons .logging .Log ;
2222import org .apache .commons .logging .LogFactory ;
23- import org .directwebremoting .WebContextFactory ;
23+ import org .openmrs . contrib . dwr .WebContextFactory ;
2424import org .openmrs .Concept ;
2525import org .openmrs .ConceptAnswer ;
2626import org .openmrs .Encounter ;
Original file line number Diff line number Diff line change 2020
2121import org .apache .commons .logging .Log ;
2222import org .apache .commons .logging .LogFactory ;
23- import org .directwebremoting .WebContextFactory ;
23+ import org .openmrs . contrib . dwr .WebContextFactory ;
2424import org .openmrs .Role ;
2525import org .openmrs .User ;
2626import org .openmrs .api .UserService ;
Original file line number Diff line number Diff line change 2424
2525import org .apache .commons .collections .iterators .IteratorEnumeration ;
2626import org .apache .commons .lang3 .StringUtils ;
27- import org .directwebremoting .servlet .DwrServlet ;
27+ import org .openmrs . contrib . dwr .servlet .DwrServlet ;
2828import org .openmrs .util .OpenmrsClassLoader ;
2929
3030/**
You can’t perform that action at this time.
0 commit comments