Skip to content

Commit

Permalink
Update Jackson version to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinesd committed Dec 21, 2011
1 parent 5f1f485 commit e3e275a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion impl/pom.xml
Expand Up @@ -48,7 +48,6 @@
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.7.1</version>
</dependency>

<dependency>
Expand Down
11 changes: 8 additions & 3 deletions pom.xml
Expand Up @@ -15,7 +15,8 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand Down Expand Up @@ -53,6 +54,7 @@
<properties>
<seam.version>3.1.0.Final</seam.version>
<scribe.version>1.2.3</scribe.version>
<jackson.version>1.9.2</jackson.version>
<guava.version>10.0.1</guava.version>
</properties>

Expand Down Expand Up @@ -100,14 +102,17 @@
<groupId>org.scribe</groupId>
<artifactId>scribe</artifactId>
<version>${scribe.version}</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>

</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>${jackson.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit e3e275a

Please sign in to comment.