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 ffc9294 commit f9e94c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions api/pom.xml
Expand Up @@ -206,6 +206,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
8 changes: 0 additions & 8 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

0 comments on commit f9e94c3

Please sign in to comment.