File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010 <properties >
1111 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12- <jcp .test.version>7.0.5 </jcp .test.version>
12+ <jcp .test.version>7.0.6-SNAPSHOT </jcp .test.version>
1313 <junit .version>5.4.2</junit .version>
1414 <maven .compiler.source>1.8</maven .compiler.source>
1515 <maven .compiler.target>1.8</maven .compiler.target>
Original file line number Diff line number Diff line change 133133 <artifactId >file-management</artifactId >
134134 <version >3.0.0</version >
135135 <scope >provided</scope >
136+ <exclusions >
137+ <exclusion >
138+ <groupId >commons-io</groupId >
139+ <artifactId >commons-io</artifactId >
140+ </exclusion >
141+ </exclusions >
136142 </dependency >
137143 <dependency >
138144 <groupId >commons-io</groupId >
152158 <dependency >
153159 <groupId >xerces</groupId >
154160 <artifactId >xercesImpl</artifactId >
155- <version >2.12.1 </version >
161+ <version >2.12.2 </version >
156162 </dependency >
157163 <dependency >
158164 <groupId >xalan</groupId >
159165 <artifactId >xalan</artifactId >
160166 <version >2.7.2</version >
167+ <exclusions >
168+ <exclusion >
169+ <groupId >xml-apis</groupId >
170+ <artifactId >xml-apis</artifactId >
171+ </exclusion >
172+ </exclusions >
161173 </dependency >
162174 <dependency >
163175 <groupId >xml-apis</groupId >
Original file line number Diff line number Diff line change 159159 </plugin >
160160 </plugins >
161161 </pluginManagement >
162+ <plugins >
163+ <plugin >
164+ <groupId >org.apache.maven.plugins</groupId >
165+ <artifactId >maven-enforcer-plugin</artifactId >
166+ <version >3.0.0</version >
167+ <executions >
168+ <execution >
169+ <id >no-duplicate-declared-dependencies</id >
170+ <goals >
171+ <goal >enforce</goal >
172+ </goals >
173+ <configuration >
174+ <rules >
175+ <banDuplicatePomDependencyVersions />
176+ <!-- <dependencyConvergence/>-->
177+ </rules >
178+ </configuration >
179+ </execution >
180+ </executions >
181+ </plugin >
182+ </plugins >
162183 </build >
163184</project >
You can’t perform that action at this time.
0 commit comments