Skip to content

Commit b744723

Browse files
committed
Modify jackson pom.xml
1 parent 456c10d commit b744723

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

jackson/pom.xml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,6 @@
99

1010
<dependencies>
1111

12-
<!-- Spring -->
13-
<dependency>
14-
<groupId>org.springframework</groupId>
15-
<artifactId>spring-web</artifactId>
16-
<version>${org.springframework.version}</version>
17-
<exclusions>
18-
<exclusion>
19-
<artifactId>commons-logging</artifactId>
20-
<groupId>commons-logging</groupId>
21-
</exclusion>
22-
</exclusions>
23-
</dependency>
24-
<dependency>
25-
<groupId>org.springframework</groupId>
26-
<artifactId>spring-webmvc</artifactId>
27-
<version>${org.springframework.version}</version>
28-
</dependency>
29-
<dependency>
30-
<groupId>org.springframework</groupId>
31-
<artifactId>spring-oxm</artifactId>
32-
<version>${org.springframework.version}</version>
33-
</dependency>
34-
<dependency>
35-
<groupId>org.springframework.boot</groupId>
36-
<artifactId>spring-boot-starter-web</artifactId>
37-
<version>1.1.9.RELEASE</version>
38-
</dependency>
3912
<!-- utils -->
4013

4114
<dependency>

0 commit comments

Comments
 (0)