File tree Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 9595 <artifactId >xmlrpc-common</artifactId >
9696 <version >4.0.1-SNAPSHOT</version >
9797 </dependency >
98+ <dependency >
99+ <groupId >com.evolvedbinary.thirdparty.xml-apis</groupId >
100+ <artifactId >xml-apis</artifactId >
101+ </dependency >
98102 </dependencies >
99103</project >
Original file line number Diff line number Diff line change 9090 </build >
9191 <dependencies >
9292 <dependency >
93- <groupId >org.apache.ws.commons.util</groupId >
93+ <groupId >com.evolvedbinary.thirdparty.xml-apis</groupId >
94+ <artifactId >xml-apis</artifactId >
95+ </dependency >
96+ <dependency >
97+ <groupId >com.evolvedbinary.thirdparty.org.apache.ws.commons.util</groupId >
9498 <artifactId >ws-commons-util</artifactId >
9599 </dependency >
96100 <dependency >
Original file line number Diff line number Diff line change 4949 <include >org.apache.xmlrpc:*</include >
5050 <include >org.apache.xmlrpc:*</include >
5151 <include >commons-logging:commons-logging</include >
52- <include >org.apache.ws.commons.util:ws-commons-util</include >
52+ <include >com.evolvedbinary.thirdparty. org.apache.ws.commons.util:ws-commons-util</include >
5353 </includes >
5454 </dependencySet >
5555 </dependencySets >
Original file line number Diff line number Diff line change 120120 <version >4.0.1-SNAPSHOT</version >
121121 <scope >test</scope >
122122 </dependency >
123+ <dependency >
124+ <groupId >com.evolvedbinary.thirdparty.xml-apis</groupId >
125+ <artifactId >xml-apis</artifactId >
126+ </dependency >
123127 <dependency >
124128 <groupId >javax.servlet</groupId >
125129 <artifactId >javax.servlet-api</artifactId >
129133 <artifactId >junit</artifactId >
130134 <scope >test</scope >
131135 </dependency >
136+ <dependency >
137+ <groupId >com.evolvedbinary.thirdparty.org.apache.ws.commons.util</groupId >
138+ <artifactId >ws-commons-util</artifactId >
139+ <scope >test</scope >
140+ </dependency >
132141 </dependencies >
133142</project >
You can’t perform that action at this time.
0 commit comments