]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Configure SLC Core and OSGi
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index dc33ca5ce0dbb48a8feebccb07a564bcb7ec15e0..d3b02745ac5a2619b775e69b949664943a08619d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,8 @@
                <version.slf4j>1.5.6</version.slf4j>
                <version.maven-bundle-plugin>2.0.0</version.maven-bundle-plugin>
                <version.activemq>5.2.0.0006</version.activemq>
-               <version.maven-argeo-osgi>0.1.14-SNAPSHOT</version.maven-argeo-osgi>
+               <version.maven-argeo-osgi>0.1.15-SNAPSHOT</version.maven-argeo-osgi>
+               <version.maven-argeo-qooxdoo>0.8.1.7</version.maven-argeo-qooxdoo>
                <site.repoBase>file:///var/argeo/projects/SLC/www/site</site.repoBase>
                <site.urlBase>http://www.argeo.org/projects/slc/site</site.urlBase>
        </properties>
@@ -148,6 +149,24 @@ limitations under the License.
                        </plugins>
                </pluginManagement>
                <plugins>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>buildnumber-maven-plugin</artifactId>
+                               <version>1.0-beta-3</version>
+                               <executions>
+                                       <execution>
+                                               <phase>validate</phase>
+                                               <goals>
+                                                       <goal>create</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                               <configuration>
+                                       <doCheck>false</doCheck>
+                                       <doUpdate>false</doUpdate>
+                                       <useLastCommittedRevision>true</useLastCommittedRevision>
+                               </configuration>
+                       </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-resources-plugin</artifactId>
@@ -459,7 +478,7 @@ limitations under the License.
                        <dependency>
                                <groupId>org.argeo.slc.dep.osgi</groupId>
                                <artifactId>org.argeo.dep.osgi.catalina.start</artifactId>
-                               <version>1.0.0.argeo3</version>
+                               <version>1.0.0.argeo4</version>
                        </dependency>
 
                        <!-- AOP -->
@@ -792,6 +811,19 @@ limitations under the License.
                                <version>1.3.0</version>
                        </dependency>
 
+                       <!-- SSH -->
+                       <dependency>
+                               <groupId>com.jcraft.jsch</groupId>
+                               <artifactId>com.springsource.com.jcraft.jsch</artifactId>
+                               <version>0.1.25</version>
+                       </dependency>
+
+                       <!-- Scheduling -->
+                       <dependency>
+                               <groupId>com.opensymphony.quartz</groupId>
+                               <artifactId>com.springsource.org.quartz</artifactId>
+                               <version>1.6.2</version>
+                       </dependency>
                </dependencies>
        </dependencyManagement>
        <repositories>