Add new third-parties.
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 8 Oct 2019 16:27:39 +0000 (18:27 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 8 Oct 2019 16:27:39 +0000 (18:27 +0200)
dep/org.argeo.dep.cms.client/pom.xml
dep/org.argeo.dep.cms.e4.rap/pom.xml

index 761dcdb2c2020079c47762bae79bc1fc365b559b..e9264bb18ad752c26fedd9653e34c51d3a218ff5 100644 (file)
                        <artifactId>org.slf4j.commons.logging</artifactId>
                </dependency>
 
+               <!-- Freemarker -->
                <dependency>
                        <groupId>org.argeo.tp.misc</groupId>
                        <artifactId>org.freemarker</artifactId>
                </dependency>
 
+               <!-- Jackson JSON processor -->
+               <dependency>
+                       <groupId>org.argeo.tp.jackson</groupId>
+                       <artifactId>com.fasterxml.jackson.core.jackson-core</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.jackson</groupId>
+                       <artifactId>com.fasterxml.jackson.core.jackson-databind</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.jackson</groupId>
+                       <artifactId>com.fasterxml.jackson.core.jackson-annotations</artifactId>
+               </dependency>
+
                <dependency>
                        <groupId>org.argeo.tp.bouncycastle</groupId>
                        <artifactId>bcprov</artifactId>
index cc793f90afbf29f848eaeb09af5e79aa2e026406..57b6ea70cf253ff9a84d84caa44a941a28ff9988 100644 (file)
                        <artifactId>org.junit</artifactId>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.sdk</groupId>
+                       <artifactId>org.hamcrest</artifactId>
+                       <scope>test</scope>
+               </dependency>
 
        </dependencies>
        <dependencyManagement>