Skip to content

Commit

Permalink
jackson libs added
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Jul 18, 2017
1 parent f54bf34 commit bb2d4e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/resources/registration/src/build/dependencies.xml
Expand Up @@ -16,6 +16,11 @@
<dependency groupId="com.konakart" artifactId="konakart" version="5.0.0.0"/>
-->
<dependency groupId="commons-lang" artifactId="commons-lang" version="2.4"/>

<dependency groupId="org.codehaus.jackson" artifactId="jackson-core-asl" version="1.9.4"/>
<dependency groupId="org.codehaus.jackson" artifactId="jackson-jaxrs" version="1.9.4"/>
<dependency groupId="org.codehaus.jackson" artifactId="jackson-mapper-asl" version="1.9.4"/>
<dependency groupId="org.codehaus.jackson" artifactId="jackson-xc" version="1.9.4"/>
</artifact:dependencies>

<artifact:dependencies pathId="maven2.resource.classpath" filesetId="maven2.resource.fileset">
Expand Down

0 comments on commit bb2d4e0

Please sign in to comment.