]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.ws/pom.xml
First working web service
[gpl/argeo-slc.git] / sandbox / argeo.slc.ws / pom.xml
index 1b00a410a2c86e242af1ae388f59cfe475fc1d7f..dc775f000f8a6858729c13fe25f9cd370b05c320 100644 (file)
-<?xml version="1.0" encoding="UTF-8"?>\r
-<project xmlns="http://maven.apache.org/POM/4.0.0"\r
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
-       <modelVersion>4.0.0</modelVersion>\r
-       <groupId>org.argeo.slc</groupId>\r
-       <artifactId>argeo.slc.ws</artifactId>\r
-       <packaging>war</packaging>\r
-       <version>0.1-SNAPSHOT</version>\r
-       <description>SLC Web Services</description>\r
-       <build>\r
-               <plugins>\r
-                       <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-eclipse-plugin</artifactId>\r
-                               <version>2.5-SNAPSHOT</version>\r
-                               <configuration>\r
-                                       <wtpversion>2.0</wtpversion>\r
-                                       <downloadSources>true</downloadSources>\r
-                                       <!-- \r
-                                               <workspace>C:\mbaudier\workspace</workspace>\r
-                                       -->\r
-                               </configuration>\r
-                       </plugin>\r
-                       <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-compiler-plugin</artifactId>\r
-                               <configuration>\r
-                                       <source>1.5</source>\r
-                                       <target>1.5</target>\r
-                               </configuration>\r
-                       </plugin>\r
-                       <!-- \r
-                               <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-dependency-plugin</artifactId>\r
-                               <executions>\r
-                               <execution>\r
-                               <id>copy-dependencies</id>\r
-                               <phase>package</phase>\r
-                               <goals>\r
-                               <goal>copy-dependencies</goal>\r
-                               </goals>\r
-                               <configuration>\r
-                               <outputDirectory>\r
-                               src/main/webapp/WEB-INF/lib\r
-                               </outputDirectory>\r
-                               </configuration>\r
-                               </execution>\r
-                               </executions>\r
-                               \r
-                               </plugin>\r
-                       -->\r
-               </plugins>\r
-       </build>\r
-       <dependencies>\r
-               <dependency>\r
-                       <groupId>log4j</groupId>\r
-                       <artifactId>log4j</artifactId>\r
-                       <version>1.2.14</version>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>commons-logging</groupId>\r
-                       <artifactId>commons-logging</artifactId>\r
-                       <version>1.1.1</version>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>org.apache.commons</groupId>\r
-                       <artifactId>commons-io</artifactId>\r
-                       <version>1.3.2</version>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>org.springframework.ws</groupId>\r
-                       <artifactId>spring-ws-core</artifactId>\r
-                       <version>1.5.0</version>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>org.springframework.ws</groupId>\r
-                       <artifactId>spring-oxm</artifactId>\r
-                       <version>1.5.0</version>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>javax.servlet</groupId>\r
-                       <artifactId>servlet-api</artifactId>\r
-                       <version>2.5</version>\r
-                       <scope>provided</scope>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>junit</groupId>\r
-                       <artifactId>junit</artifactId>\r
-                       <version>3.8.2</version>\r
-               </dependency>\r
-\r
-               <dependency>\r
-                       <groupId>org.codehaus.castor</groupId>\r
-                       <artifactId>castor</artifactId>\r
-                       <version>1.1.2.1</version>\r
-                       <exclusions>\r
-                               <exclusion>\r
-                                       <groupId>xerces</groupId>\r
-                                       <artifactId>xerces</artifactId>\r
-                               </exclusion>\r
-                       </exclusions>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>xerces</groupId>\r
-                       <artifactId>xercesImpl</artifactId>\r
-                       <version>2.8.1</version>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>org.argeo.slc</groupId>\r
-                       <artifactId>argeo-slc-core</artifactId>\r
-                       <version>0.9-SNAPSHOT</version>\r
-               </dependency>\r
-       </dependencies>\r
-       <repositories>\r
-               <repository>\r
-                       <id>central</id>\r
-                       <url>http://www.argeo.org/maven/proxy</url>\r
-                       <releases>\r
-                               <enabled>true</enabled>\r
-                               <updatePolicy>daily</updatePolicy>\r
-                               <checksumPolicy>warn</checksumPolicy>\r
-                       </releases>\r
-               </repository>\r
-       </repositories>\r
+<?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>
+       <groupId>org.argeo.slc</groupId>
+       <artifactId>argeo.slc.ws</artifactId>
+       <packaging>war</packaging>
+       <version>0.1-SNAPSHOT</version>
+       <description>SLC Web Services</description>
+       <build>
+               <plugins>
+                       <!--  
+                               <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-eclipse-plugin</artifactId>
+                               <version>2.5-SNAPSHOT</version>
+                               <configuration>
+                               <wtpversion>2.0</wtpversion>
+                               <downloadSources>true</downloadSources>
+                               <workspace>C:\mbaudier\workspace</workspace>
+                               </configuration>
+                               </plugin>
+                       -->
+                       <plugin>
+                               <groupId>org.mortbay.jetty</groupId>
+                               <artifactId>maven-jetty-plugin</artifactId>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-compiler-plugin</artifactId>
+                               <configuration>
+                                       <source>1.5</source>
+                                       <target>1.5</target>
+                               </configuration>
+                       </plugin>
+                       <!-- 
+                               <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-dependency-plugin</artifactId>
+                               <executions>
+                               <execution>
+                               <id>copy-dependencies</id>
+                               <phase>package</phase>
+                               <goals>
+                               <goal>copy-dependencies</goal>
+                               </goals>
+                               <configuration>
+                               <outputDirectory>
+                               src/main/webapp/WEB-INF/lib
+                               </outputDirectory>
+                               </configuration>
+                               </execution>
+                               </executions>
+                               
+                               </plugin>
+                       -->
+               </plugins>
+       </build>
+       <dependencies>
+               <dependency>
+                       <groupId>log4j</groupId>
+                       <artifactId>log4j</artifactId>
+                       <version>1.2.14</version>
+               </dependency>
+               <dependency>
+                       <groupId>commons-logging</groupId>
+                       <artifactId>commons-logging</artifactId>
+                       <version>1.1.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>commons-io</artifactId>
+                       <version>1.3.2</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.springframework.ws</groupId>
+                       <artifactId>spring-ws-core</artifactId>
+                       <version>1.5.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.springframework.ws</groupId>
+                       <artifactId>spring-oxm</artifactId>
+                       <version>1.5.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>javax.servlet</groupId>
+                       <artifactId>servlet-api</artifactId>
+                       <version>2.5</version>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>3.8.2</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.codehaus.castor</groupId>
+                       <artifactId>castor</artifactId>
+                       <version>1.1.2.1</version>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>xerces</groupId>
+                                       <artifactId>xerces</artifactId>
+                               </exclusion>
+                       </exclusions>
+               </dependency>
+               <dependency>
+                       <groupId>xerces</groupId>
+                       <artifactId>xercesImpl</artifactId>
+                       <version>2.8.1</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.mortbay.jetty</groupId>
+                       <artifactId>jetty</artifactId>
+                       <version>6.1.9</version>
+               </dependency>
+               <!--
+                       <dependency>
+                       <groupId>org.mortbay.jetty</groupId>
+                       <artifactId>jetty-spring</artifactId>
+                       <version>6.1.9</version>
+                       <exclusions>
+                       <exclusion>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>spring</artifactId>
+                       </exclusion>
+                       </exclusions>
+                       </dependency>
+               -->
+               <dependency>
+                       <groupId>javax.xml.soap</groupId>
+                       <artifactId>saaj-api</artifactId>
+                       <version>1.3</version>
+                       <scope>runtime</scope>
+               </dependency>
+               <dependency>
+                       <groupId>com.sun.xml.messaging.saaj</groupId>
+                       <artifactId>saaj-impl</artifactId>
+                       <version>1.3</version>
+                       <scope>runtime</scope>                  
+               </dependency>
+               <dependency>
+                       <groupId>javax.activation</groupId>
+                       <artifactId>activation</artifactId>
+                       <version>1.1</version>
+                       <scope>runtime</scope>                  
+               </dependency>
+
+
+               <dependency>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>argeo-slc-core</artifactId>
+                       <version>0.9-SNAPSHOT</version>
+               </dependency>
+       </dependencies>
+       <repositories>
+               <repository>
+                       <id>central</id>
+                       <url>http://www.argeo.org/maven/proxy</url>
+                       <releases>
+                               <enabled>true</enabled>
+                               <updatePolicy>daily</updatePolicy>
+                               <checksumPolicy>warn</checksumPolicy>
+                       </releases>
+               </repository>
+       </repositories>
 </project>
\ No newline at end of file