File tree Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 8181
8282 <dependencies >
8383 <dependency >
84- <groupId >xml-apis</groupId >
84+ <groupId >com.evolvedbinary.thirdparty. xml-apis</groupId >
8585 <artifactId >xml-apis</artifactId >
8686 </dependency >
8787 </dependencies >
Original file line number Diff line number Diff line change 9999 <dependencyManagement >
100100 <dependencies >
101101 <dependency >
102- <groupId >xml-apis</groupId >
102+ <groupId >com.evolvedbinary.thirdparty. xml-apis</groupId >
103103 <artifactId >xml-apis</artifactId >
104- <version >1.0.b2 </version >
104+ <version >1.4.02 </version >
105105 </dependency >
106106 <dependency >
107107 <groupId >junit</groupId >
114114 <build >
115115 <pluginManagement >
116116 <plugins >
117+ <plugin >
118+ <groupId >org.apache.maven.plugins</groupId >
119+ <artifactId >maven-dependency-plugin</artifactId >
120+ <version >3.9.0</version >
121+ </plugin >
117122 <plugin >
118123 <groupId >org.apache.maven.plugins</groupId >
119124 <artifactId >maven-compiler-plugin</artifactId >
182187 </pluginManagement >
183188
184189 <plugins >
190+ <plugin >
191+ <groupId >org.apache.maven.plugins</groupId >
192+ <artifactId >maven-dependency-plugin</artifactId >
193+ <executions >
194+ <execution >
195+ <id >analyze</id >
196+ <goals >
197+ <goal >analyze-only</goal >
198+ </goals >
199+ <configuration >
200+ <failOnWarning >true</failOnWarning >
201+ </configuration >
202+ </execution >
203+ </executions >
204+ </plugin >
185205 <plugin >
186206 <groupId >org.apache.maven.plugins</groupId >
187207 <artifactId >maven-release-plugin</artifactId >
Original file line number Diff line number Diff line change 9595
9696 <dependencies >
9797 <dependency >
98- <groupId >xml-apis</groupId >
98+ <groupId >com.evolvedbinary.thirdparty. xml-apis</groupId >
9999 <artifactId >xml-apis</artifactId >
100100 </dependency >
101101 <dependency >
You can’t perform that action at this time.
0 commit comments