Skip to content

Commit 22b2d36

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

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed
 

‎api/pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,14 @@
194194
<groupId>javax.validation</groupId>
195195
<artifactId>validation-api</artifactId>
196196
</dependency>
197+
<dependency>
198+
<groupId>org.codehaus.jackson</groupId>
199+
<artifactId>jackson-core-asl</artifactId>
200+
</dependency>
201+
<dependency>
202+
<groupId>org.codehaus.jackson</groupId>
203+
<artifactId>jackson-mapper-asl</artifactId>
204+
</dependency>
197205
</dependencies>
198206
<build>
199207
<plugins>

‎web/pom.xml

+1-9
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>
@@ -174,4 +166,4 @@
174166
</profile>
175167
</profiles>
176168

177-
</project>
169+
</project>

0 commit comments

Comments
 (0)
Please sign in to comment.