Skip to content

Commit

Permalink
Move jackson library to the api sub project - TRUNK-3978
Browse files Browse the repository at this point in the history
  • Loading branch information
wluyima committed Apr 30, 2013
1 parent ef3aac6 commit 22b2d36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 8 additions & 0 deletions api/pom.xml
Expand Up @@ -194,6 +194,14 @@
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
10 changes: 1 addition & 9 deletions web/pom.xml
Expand Up @@ -108,14 +108,6 @@
<groupId>taglibs</groupId>
<artifactId>page</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
Expand Down Expand Up @@ -174,4 +166,4 @@
</profile>
</profiles>

</project>
</project>

0 comments on commit 22b2d36

Please sign in to comment.