]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.server/pom.xml
Update POM
[gpl/argeo-slc.git] / org.argeo.slc.server / pom.xml
index a39bf24539562e4bc7d9977a71662918be8b574a..ccb9ac1b1919101e5884a5bac51ab7a424348f73 100644 (file)
                                <groupId>org.apache.maven.plugins</groupId>\r
                                <artifactId>maven-source-plugin</artifactId>\r
                        </plugin>\r
-                       <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-javadoc-plugin</artifactId>\r
-                       </plugin>\r
                        <plugin>\r
                                <groupId>org.mortbay.jetty</groupId>\r
                                <artifactId>maven-jetty-plugin</artifactId>\r
                                <version>6.1.9</version>\r
                                <configuration>\r
                                        <scanIntervalSeconds>10</scanIntervalSeconds>\r
-                                       <contextPath>org.argeo.slc.webapp</contextPath>\r
+                                       <contextPath>${artifactId}</contextPath>\r
                                        <useTestClasspath>true</useTestClasspath>\r
                                        <webAppSourceDirectory>\r
                                                ../org.argeo.slc.webapp/src/main/webapp\r
                </plugins>\r
        </build>\r
        <dependencies>\r
-               <dependency>\r
-                       <groupId>org.argeo.slc</groupId>\r
-                       <artifactId>argeo-slc-core</artifactId>\r
-                       <version>${project.version}</version>\r
-               </dependency>\r
+               <dependency>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>argeo-slc-core</artifactId>
+                       <version>${project.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>argeo-slc-hibernate</artifactId>
+                       <version>${project.version}</version>
+               </dependency>
 \r
                <dependency>\r
                        <groupId>javax.servlet</groupId>\r
                        <groupId>taglibs</groupId>\r
                        <artifactId>standard</artifactId>\r
                </dependency>\r
+               <dependency>
+                       <groupId>org.springframework.ws</groupId>
+                       <artifactId>spring-ws-core</artifactId>
+               </dependency>
                <dependency>\r
                        <groupId>org.springframework</groupId>\r
                        <artifactId>spring-webmvc</artifactId>\r
@@ -78,7 +83,7 @@
                <dependency>\r
                        <groupId>javax.servlet</groupId>\r
                        <artifactId>servlet-api</artifactId>\r
-                       <scope>compile</scope>\r
+                       <scope>provided</scope>\r
                </dependency>\r
                <dependency>\r
                        <groupId>c3p0</groupId>\r