Add reporting libraries to node
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 7 Dec 2012 13:23:16 +0000 (13:23 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 7 Dec 2012 13:23:16 +0000 (13:23 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5907 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

security/dep/org.argeo.security.dep.node/pom.xml

index eb6fab45304005df9c2a52eab60caf00680e8013..ab0b3c1ad29b922a5abf89110ada885e213462dd 100644 (file)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<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>
                <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.apache.commons.dbcp</artifactId>
                </dependency>
 
+               <!-- Reporting -->
+               <dependency>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>jxl</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.apache.pdfbox</artifactId>
+               </dependency>
+
                <!-- Spring -->
                <dependency>
                        <groupId>org.argeo.tp</groupId>