commit after merge from trunc
[cdmlib.git] / cdmlib-print / pom.xml
index 10510edb466e0d4109c35aa0b1a3e5663a559b57..b5bc3875fb725c7d3f74b7ccf97609c77c81c29b 100644 (file)
@@ -1,5 +1,6 @@
 <?xml version="1.0"?>
-<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">
        <parent>
                <artifactId>cdmlib-parent</artifactId>
                <groupId>eu.etaxonomy</groupId>
                        <groupId>org.jdom</groupId>
                        <artifactId>jdom</artifactId>
                </dependency>
-       </dependencies>
+               <dependency>
+                       <groupId>net.sf.saxon</groupId>
+                       <artifactId>Saxon-HE</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.httpcomponents</groupId>
+                       <artifactId>httpclient</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.httpcomponents</groupId>
+                       <artifactId>httpcore</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.httpcomponents</groupId>
+                       <artifactId>httpmime</artifactId>
+               </dependency>
+<dependency>
+       <groupId>org.json</groupId>
+       <artifactId>json</artifactId>
+</dependency>
+               </dependencies>
 </project>