]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.server/pom.xml
Prepare next development cycle
[gpl/argeo-slc.git] / org.argeo.slc.server / pom.xml
diff --git a/org.argeo.slc.server/pom.xml b/org.argeo.slc.server/pom.xml
deleted file mode 100644 (file)
index 147ba30..0000000
+++ /dev/null
@@ -1,107 +0,0 @@
-<?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">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>0.9-SNAPSHOT</version>
-               <relativePath>../org.argeo.slc</relativePath>
-       </parent>
-       <artifactId>argeo-slc-server</artifactId>
-       <name>Argeo SLC Server</name>
-       <description>SLC Server</description>
-       <build>
-               <plugins>
-                       <!-- Look to parent pom for inheritances -->
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-source-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <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>
-       </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>argeo-slc-core</artifactId>
-                       <version>${project.version}</version>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>xerces</groupId>
-                                       <artifactId>xercesImpl</artifactId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>argeo-slc-hibernate</artifactId>
-                       <version>${project.version}</version>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>xerces</groupId>
-                                       <artifactId>xercesImpl</artifactId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
-
-               <dependency>
-                       <groupId>javax.servlet</groupId>
-                       <artifactId>jstl</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>taglibs</groupId>
-                       <artifactId>standard</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework.ws</groupId>
-                       <artifactId>spring-ws-core</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-webmvc</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-aop</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>javax.servlet</groupId>
-                       <artifactId>servlet-api</artifactId>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>c3p0</groupId>
-                       <artifactId>c3p0</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.aspectj</groupId>
-                       <artifactId>aspectjweaver</artifactId>
-               </dependency>
-       </dependencies>
-</project>
\ No newline at end of file