File tree 3 files changed +10
-55
lines changed
3 files changed +10
-55
lines changed Original file line number Diff line number Diff line change 429
429
</plugins >
430
430
</build >
431
431
432
- <repositories >
433
- <repository >
434
- <id >Apache Staging</id >
435
- <url >https://repository.apache.org/content/groups/staging</url >
436
- </repository >
437
- </repositories >
438
-
439
432
<properties >
440
433
<storm .version>1.2.2</storm .version>
441
434
<kryo .version>4.0.1</kryo .version>
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
- <groupId >com.baeldung</groupId >
5
4
<version >0.1-SNAPSHOT</version >
6
5
<artifactId >spring-mvc-xml</artifactId >
7
6
86
85
</exclusion >
87
86
</exclusions >
88
87
</dependency >
89
-
88
+
90
89
<dependency >
91
- <groupId >org.springframework.boot</groupId >
92
- <artifactId >spring-boot-starter-test</artifactId >
93
- <version >1.5.10.RELEASE</version >
94
- <scope >test</scope >
95
- </dependency >
90
+ <groupId >org.springframework.boot</groupId >
91
+ <artifactId >spring-boot-starter-test</artifactId >
92
+ <version >1.5.10.RELEASE</version >
93
+ <scope >test</scope >
94
+ </dependency >
96
95
</dependencies >
97
96
98
97
<build >
116
115
117
116
</build >
118
117
119
- <repositories >
120
- <repository >
121
- <id >1</id >
122
- <name >jstl</name >
123
- <url >https://mvnrepository.com/artifact/javax.servlet/jstl</url >
124
- </repository >
125
- </repositories >
126
-
127
118
<properties >
128
119
129
120
<!-- Spring -->
Original file line number Diff line number Diff line change 24
24
<version >${jaxen.version} </version >
25
25
</dependency >
26
26
27
-
28
27
<dependency >
29
28
<groupId >org.jdom</groupId >
30
29
<artifactId >jdom2</artifactId >
166
165
<excludes >
167
166
<exclude >template-binding.xml</exclude >
168
167
</excludes >
169
- <schemaBindingDirectory >src/main/resources</schemaBindingDirectory >
168
+ <schemaBindingDirectory >src/main/resources</schemaBindingDirectory >
170
169
<includeSchemaBindings >
171
170
<includeSchemaBindings >*-binding.xml</includeSchemaBindings >
172
171
</includeSchemaBindings >
173
172
<verbose >true</verbose >
174
173
</configuration >
175
174
<executions >
176
175
<execution >
177
- <id >process-classes</id >
176
+ <id >process-classes</id >
178
177
<phase >process-classes</phase >
179
178
<goals >
180
179
<goal >bind</goal >
181
180
</goals >
182
181
</execution >
183
- <execution >
184
- <id >process-test-classes</id >
182
+ <execution >
183
+ <id >process-test-classes</id >
185
184
<phase >process-test-classes</phase >
186
185
<goals >
187
186
<goal >test-bind</goal >
230
229
</profile >
231
230
</profiles >
232
231
233
- <repositories >
234
- <repository >
235
- <id >jibx.sf.net</id >
236
- <name >JiBX repository</name >
237
- <url >http://jibx.sf.net/maven2</url >
238
- <releases >
239
- <updatePolicy >never</updatePolicy >
240
- </releases >
241
- <snapshots >
242
- <enabled >false</enabled >
243
- </snapshots >
244
- </repository >
245
- </repositories >
246
-
247
- <pluginRepositories >
248
- <pluginRepository >
249
- <id >jibx.sf.net</id >
250
- <name >JiBX repository</name >
251
- <url >http://jibx.sf.net/maven2</url >
252
- <releases >
253
- <updatePolicy >never</updatePolicy >
254
- </releases >
255
- <snapshots >
256
- <enabled >false</enabled >
257
- </snapshots >
258
- </pluginRepository >
259
- </pluginRepositories >
260
-
261
232
<properties >
262
233
<dom4j .version>1.6.1</dom4j .version>
263
234
<jaxen .version>1.1.6</jaxen .version>
You can’t perform that action at this time.
0 commit comments