File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 88
88
<artifactId >javassist</artifactId >
89
89
</dependency >
90
90
<dependency >
91
- <groupId >dom4j</groupId >
91
+ <groupId >org. dom4j</groupId >
92
92
<artifactId >dom4j</artifactId >
93
93
</dependency >
94
94
</dependencies >
Original file line number Diff line number Diff line change 72
72
<dependency >
73
73
<groupId >junit</groupId >
74
74
<artifactId >junit</artifactId >
75
- <version >4.10 </version >
75
+ <version >4.13.1 </version >
76
76
<scope >test</scope >
77
77
</dependency >
78
78
189
189
<version >${org.springframework.version} </version >
190
190
</dependency >
191
191
192
+ <!-- <dependency>-->
193
+ <!-- <groupId>dom4j</groupId>-->
194
+ <!-- <artifactId>dom4j</artifactId>-->
195
+ <!-- <version>1.6.1</version>-->
196
+ <!-- </dependency>-->
197
+
198
+ <!-- https://mvnrepository.com/artifact/org.dom4j/dom4j -->
192
199
<dependency >
193
- <groupId >dom4j</groupId >
200
+ <groupId >org. dom4j</groupId >
194
201
<artifactId >dom4j</artifactId >
195
- <version >1.6.1 </version >
202
+ <version >2.1.3 </version >
196
203
</dependency >
197
204
198
205
<dependency >
You can’t perform that action at this time.
0 commit comments