]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.server/pom.xml
Update version flags
[gpl/argeo-slc.git] / org.argeo.slc.server / pom.xml
index 327c023858d90fe6b8943afc2d60d6433e59514d..3af98da58c83fb82195c6ccc4bf7160234beb254 100644 (file)
@@ -6,7 +6,7 @@
        <parent>\r
                <groupId>org.argeo.slc</groupId>\r
                <artifactId>argeo-slc</artifactId>\r
-               <version>0.9-SNAPSHOT</version>\r
+               <version>0.9.2</version>\r
                <relativePath>../org.argeo.slc</relativePath>\r
        </parent>\r
        <artifactId>argeo-slc-server</artifactId>\r
                                <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>5</scanIntervalSeconds>\r
+                                       <scanIntervalSeconds>10</scanIntervalSeconds>\r
                                        <contextPath>org.argeo.slc.webapp</contextPath>\r
                                        <useTestClasspath>true</useTestClasspath>\r
                                        <webAppSourceDirectory>\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
@@ -77,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