]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
Integrate ActiveMQ
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index e767a74409f6d57dfb286be51cc1218c2ccead30..901aa28ff8526283479a9fa426f67e928671d840 100644 (file)
@@ -5,10 +5,10 @@
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>0.11.2-SNAPSHOT</version>
+       <version>0.11.3-SNAPSHOT</version>
        <description>SLC Distribution</description>
        <url>
-               http://www.argeo.org/projects/slc/${project.artfactId}/${project.version}
+               http://www.argeo.org/projects/slc/${project.artifactId}/${project.version}
        </url>
        <properties>
                <version.spring>2.5.6.A</version.spring>
                <version.maven>2.0.9</version.maven>
                <version.ant>1.7.0</version.ant>
                <version.jetty>6.1.14</version.jetty>
+               <version.maven-bundle-plugin>1.4.3</version.maven-bundle-plugin>
+               <version.activemq>5.2.0</version.activemq>
        </properties>
        <scm>
-               <connection>
-                       scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc
-               </connection>
-               <url>
-                       https://www.argeo.org/svn/slc/trunk/org.argeo.slc
-               </url>
+               <connection>scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc</connection>
+               <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc</url>
        </scm>
        <issueManagement>
                <system>Bugzilla</system>
                        <name>Apache 2</name>
                        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
                        <distribution>repo</distribution>
-                       <comments>A business-friendly OSS license</comments>
+                       <comments><![CDATA[
+SLC - Software LifeCycle framework
+                          
+Copyright 2008 Mathieu Baudier - Argeo e.U.
+
+Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+]]>
+               </comments>
                </license>
        </licenses>
        <organization>
                                                        <artifactId>com.springsource.javax.xml.soap</artifactId>
                                                        <version>1.3.0</version>
                                                </dependency>
+
+                                               <!--
+                                                       Required by ActiveMQ admin <dependency>
+                                                       <groupId>org.springframework</groupId>
+                                                       <artifactId>org.springframework.web</artifactId>
+                                                       <version>${version.spring}</version> </dependency> <dependency>
+                                                       <groupId>org.springframework</groupId>
+                                                       <artifactId>org.springframework.web.servlet</artifactId>
+                                                       <version>${version.spring}</version> </dependency> <dependency>
+                                                       <groupId>org.apache.activemq</groupId>
+                                                       <artifactId>com.springsource.org.apache.activemq.web</artifactId>
+                                                       <version>${version.activemq}</version> </dependency> <dependency>
+                                                       <groupId>javax.jms</groupId>
+                                                       <artifactId>com.springsource.javax.jms</artifactId>
+                                                       <version>1.1.0</version> </dependency> <dependency>
+                                                       <groupId>org.apache.geronimo.specs</groupId>
+                                                       <artifactId>com.springsource.javax.management.j2ee</artifactId>
+                                                       <version>1.0.1</version> </dependency> <dependency>
+                                                       <groupId>com.opensymphony.sitemesh</groupId>
+                                                       <artifactId>com.springsource.com.opensymphony.sitemesh</artifactId>
+                                                       <version>2.3.0</version> </dependency>
+                                               -->
                                        </dependencies>
                                </plugin>
                                <plugin>
                                        <groupId>org.apache.felix</groupId>
                                        <artifactId>maven-bundle-plugin</artifactId>
-                                       <version>1.4.3</version>
+                                       <version>${version.maven-bundle-plugin}</version>
                                        <extensions>true</extensions>
                                        <configuration>
                                                <manifestLocation>src/main/resources/META-INF</manifestLocation>
                                <artifactId>org.springframework.jdbc</artifactId>
                                <version>${version.spring}</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.transaction</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
                        <dependency>
                                <groupId>org.springframework</groupId>
                                <artifactId>org.springframework.web</artifactId>
                                <artifactId>org.springframework.aop</artifactId>
                                <version>${version.spring}</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.jms</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
 
                        <dependency>
                                <groupId>org.springframework.ws</groupId>
                                <groupId>org.hibernate</groupId>
                                <artifactId>com.springsource.org.hibernate</artifactId>
                                <version>3.2.6.ga</version>
+                               <!-- <version>3.3.1.GA</version> TODO: fix issues with logging -->
                        </dependency>
                        <dependency>
                                <groupId>net.sourceforge.jexcelapi</groupId>
                                <artifactId>com.springsource.javax.wsdl</artifactId>
                                <version>1.6.1</version>
                        </dependency>
+
+                       <!-- JMS -->
+                       <dependency>
+                               <groupId>javax.jms</groupId>
+                               <artifactId>com.springsource.javax.jms</artifactId>
+                               <version>1.1.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.geronimo.specs</groupId>
+                               <artifactId>com.springsource.javax.management.j2ee</artifactId>
+                               <version>1.0.1</version>
+                       </dependency>
+                       
+                       <!-- ActiveMQ -->
+                       <dependency>
+                               <groupId>org.apache.activemq</groupId>
+                               <artifactId>com.springsource.org.apache.activemq</artifactId>
+                               <version>${version.activemq}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.activemq</groupId>
+                               <artifactId>com.springsource.org.apache.activemq.web</artifactId>
+                               <version>${version.activemq}</version>
+                       </dependency>
+                       <!-- 
+                       <dependency>
+                               <groupId>org.apache.activemq</groupId>
+                               <artifactId>activemq-pool</artifactId>
+                               <version>${version.activemq}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.activemq</groupId>
+                               <artifactId>activemq-optional</artifactId>
+                               <version>${version.activemq}</version>
+                       </dependency>
+                        -->
+                       <dependency>
+                               <groupId>org.apache.xbean</groupId>
+                               <artifactId>com.springsource.org.apache.xbean.spring</artifactId>
+                               <version>3.3.0</version>
+                       </dependency>
                </dependencies>
        </dependencyManagement>
        <repositories>
                        </snapshots>
                </repository>
        </repositories>
+       <pluginRepositories>
+               <pluginRepository>
+                       <id>argeo</id>
+                       <url>http://www.argeo.org/maven/argeo</url>
+                       <releases>
+                               <enabled>true</enabled>
+                               <updatePolicy>daily</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </snapshots>
+               </pluginRepository>
+               <pluginRepository>
+                       <id>argeo-snapshots</id>
+                       <url>http://www.argeo.org/maven/argeo-snapshots</url>
+                       <releases>
+                               <enabled>false</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>true</enabled>
+                               <updatePolicy>always</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </snapshots>
+               </pluginRepository>
+       </pluginRepositories>
        <distributionManagement>
                <repository>
                        <uniqueVersion>false</uniqueVersion>