Skip to content

Commit f9e94c3

Browse files
committedApr 30, 2013
Move jackson library to the api sub project - TRUNK-3978
1 parent ffc9294 commit f9e94c3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎api/pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,14 @@
206206
<groupId>javax.validation</groupId>
207207
<artifactId>validation-api</artifactId>
208208
</dependency>
209+
<dependency>
210+
<groupId>org.codehaus.jackson</groupId>
211+
<artifactId>jackson-core-asl</artifactId>
212+
</dependency>
213+
<dependency>
214+
<groupId>org.codehaus.jackson</groupId>
215+
<artifactId>jackson-mapper-asl</artifactId>
216+
</dependency>
209217
</dependencies>
210218
<build>
211219
<plugins>

‎web/pom.xml

-8
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,6 @@
108108
<groupId>taglibs</groupId>
109109
<artifactId>page</artifactId>
110110
</dependency>
111-
<dependency>
112-
<groupId>org.codehaus.jackson</groupId>
113-
<artifactId>jackson-core-asl</artifactId>
114-
</dependency>
115-
<dependency>
116-
<groupId>org.codehaus.jackson</groupId>
117-
<artifactId>jackson-mapper-asl</artifactId>
118-
</dependency>
119111
<dependency>
120112
<groupId>org.liquibase</groupId>
121113
<artifactId>liquibase-core</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.