]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.server/pom.xml
[maven-release-plugin] copy for tag 0.9.3
[gpl/argeo-slc.git] / org.argeo.slc.server / pom.xml
index 147ba303ea4ccb177c27c5a05c40827362255081..8a011ea13892d1997d10370440c615e920fd9cbd 100644 (file)
@@ -1,12 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.9-SNAPSHOT</version>
+               <version>0.9.3</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-server</artifactId>
                                <groupId>org.mortbay.jetty</groupId>
                                <artifactId>maven-jetty-plugin</artifactId>
                                <configuration>
-                                       <scanIntervalSeconds>10</scanIntervalSeconds>
                                        <webAppSourceDirectory>
                                                ../org.argeo.slc.webapp/src/main/webapp
                                        </webAppSourceDirectory>
-                                       <scanTargetPatterns>
-                                               <scanTargetPattern>
-                                                       <directory>
-                                                               ../org.argeo.slc.webapp/src/main/webapp
-                                                       </directory>
-                                                       <includes>
-                                                               <include>**/*.xml</include>
-                                                               <include>**/*.properties</include>
-                                                       </includes>
-                                               </scanTargetPattern>
-                                       </scanTargetPatterns>
                                </configuration>
                        </plugin>
                </plugins>
                        <groupId>org.aspectj</groupId>
                        <artifactId>aspectjweaver</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>net.sourceforge.jexcelapi</groupId>
+                       <artifactId>jxl</artifactId>
+                       <version>2.6.3</version>
+               </dependency>
+               <dependency>
+                       <groupId>com.lowagie</groupId>
+                       <artifactId>itext</artifactId>
+                       <version>2.1.2</version>
+               </dependency>
        </dependencies>
 </project>
\ No newline at end of file