Skip to content

Commit

Permalink
Revert "Move jackson library to the api sub project - TRUNK-3978"
Browse files Browse the repository at this point in the history
This reverts commit 22b2d36.
  • Loading branch information
wluyima committed Apr 30, 2013
1 parent 22b2d36 commit e6d1632
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 0 additions & 8 deletions api/pom.xml
Expand Up @@ -194,14 +194,6 @@
<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: 9 additions & 1 deletion web/pom.xml
Expand Up @@ -108,6 +108,14 @@
<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 @@ -166,4 +174,4 @@
</profile>
</profiles>

</project>
</project>

0 comments on commit e6d1632

Please sign in to comment.