File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 9
9
<version >1.0.0-BUILD-SNAPSHOT</version >
10
10
<properties >
11
11
<java-version >1.7</java-version >
12
- <org .springframework-version>4.0.0 .RELEASE</org .springframework-version>
12
+ <org .springframework-version>4.0.1 .RELEASE</org .springframework-version>
13
13
<org .springframework.security-version>3.2.0.RELEASE</org .springframework.security-version>
14
14
<org .aspectj-version>1.7.4</org .aspectj-version>
15
15
<org .slf4j-version>1.6.1</org .slf4j-version>
138
138
<dependency >
139
139
<groupId >joda-time</groupId >
140
140
<artifactId >joda-time</artifactId >
141
- <version >1.6.2 </version >
141
+ <version >2.3 </version >
142
142
</dependency >
143
143
144
144
<!-- File Upload -->
191
191
<version >1.3</version >
192
192
<scope >test</scope >
193
193
</dependency >
194
-
195
194
</dependencies >
196
195
<repositories >
197
196
<!-- For testing against latest Spring snapshots -->
211
210
</repository >
212
211
</repositories >
213
212
<build >
213
+ <finalName >${project.artifactId} </finalName >
214
214
<plugins >
215
215
<plugin >
216
216
<groupId >org.apache.maven.plugins</groupId >
286
286
<artifactId >tomcat7-maven-plugin</artifactId >
287
287
<version >2.0</version >
288
288
</plugin >
289
- <plugin >
290
- <groupId >org.eclipse.jetty</groupId >
291
- <artifactId >jetty-maven-plugin</artifactId >
292
- <version >9.0.6.v20130930</version >
293
- <configuration >
294
- <webApp >
295
- <contextPath >/${project.artifactId} </contextPath >
296
- </webApp >
297
- </configuration >
298
- </plugin >
289
+ <plugin >
290
+ <groupId >org.eclipse.jetty</groupId >
291
+ <artifactId >jetty-maven-plugin</artifactId >
292
+ <version >9.0.6.v20130930</version >
293
+ <configuration >
294
+ <webApp >
295
+ <contextPath >/${project.artifactId} </contextPath >
296
+ </webApp >
297
+ </configuration >
298
+ </plugin >
299
299
</plugins >
300
300
</build >
301
301
</project >
You can’t perform that action at this time.
0 commit comments