]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
[maven-release-plugin] copy for tag argeo-slc-all-0.11.3
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index 7a992a517757968110c75fffc0bb4c0b963d34d7..aec610de2b28fe293070057a707310f28c420c2e 100644 (file)
@@ -4,22 +4,26 @@
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>0.11.2</version>
-       <description>SLC Distribution</description>
+       <version>0.11.3</version>
        <url>
                http://www.argeo.org/projects/slc/${project.artifactId}/${project.version}
        </url>
        <properties>
                <version.spring>2.5.6.A</version.spring>
                <version.spring-ws>1.5.5.A</version.spring-ws>
+               <version.spring-osgi>1.1.3.RELEASE</version.spring-osgi>
                <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.tomcat>6.0.18</version.tomcat>
+               <version.equinox>3.4.2.R34x_v20080826-1230</version.equinox>
+               <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.11</version.maven-argeo-osgi>
        </properties>
        <scm>
-               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.11.2/org.argeo.slc</connection>
-               <url>https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.11.2/org.argeo.slc</url>
+               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.11.3/org.argeo.slc</connection>
+               <url>https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.11.3/org.argeo.slc</url>
        </scm>
        <issueManagement>
                <system>Bugzilla</system>
@@ -47,7 +51,7 @@ 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>
+                       </comments>
                </license>
        </licenses>
        <organization>
@@ -79,14 +83,6 @@ limitations under the License.
                                                <target>1.5</target>
                                        </configuration>
                                </plugin>
-                               <plugin>
-                                       <artifactId>maven-jar-plugin</artifactId>
-                                       <configuration>
-                                               <archive>
-                                                       <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
-                                               </archive>
-                                       </configuration>
-                               </plugin>
                                <plugin>
                                        <groupId>org.apache.maven.plugins</groupId>
                                        <artifactId>maven-source-plugin</artifactId>
@@ -156,31 +152,17 @@ limitations under the License.
                                                        <artifactId>com.springsource.javax.xml.soap</artifactId>
                                                        <version>1.3.0</version>
                                                </dependency>
+                                               <dependency>
+                                                       <groupId>javax.mail</groupId>
+                                                       <artifactId>com.springsource.javax.mail</artifactId>
+                                                       <version>1.4.1</version>
+                                               </dependency>
                                        </dependencies>
                                </plugin>
                                <plugin>
-                                       <groupId>org.apache.felix</groupId>
-                                       <artifactId>maven-bundle-plugin</artifactId>
-                                       <version>${version.maven-bundle-plugin}</version>
-                                       <extensions>true</extensions>
-                                       <configuration>
-                                               <manifestLocation>src/main/resources/META-INF</manifestLocation>
-                                               <instructions>
-                                                       <Bundle-SymbolicName>
-                                                               ${pom.artifactId}
-                                                       </Bundle-SymbolicName>
-                                                       <_removeheaders>Bnd-LastModified</_removeheaders>
-                                               </instructions>
-                                       </configuration>
-                                       <executions>
-                                               <execution>
-                                                       <id>bundle-manifest</id>
-                                                       <phase>process-classes</phase>
-                                                       <goals>
-                                                               <goal>manifest</goal>
-                                                       </goals>
-                                               </execution>
-                                       </executions>
+                                       <groupId>org.argeo.slc.maven</groupId>
+                                       <artifactId>maven-argeo-osgi-plugin</artifactId>
+                                       <version>${version.maven-argeo-osgi}</version>
                                </plugin>
                        </plugins>
                </pluginManagement>
@@ -217,6 +199,103 @@ limitations under the License.
        </reporting>
        <dependencyManagement>
                <dependencies>
+                       <!-- SLC (itself) -->
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.specs</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.launcher</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.detached</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.simple</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <!--
+                               <dependency> <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.ant</artifactId>
+                               <version>${project.version}</version> </dependency>
+                       -->
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.hibernate</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.castor</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.activemq</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.server</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.osgiboot</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.equinox</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <!--
+                               <dependency> <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.ws.client</artifactId>
+                               <version>${project.version}</version> </dependency>
+                       -->
+                       <dependency>
+                               <groupId>org.argeo.slc</groupId>
+                               <artifactId>org.argeo.slc.webapp</artifactId>
+                               <version>${project.version}</version>
+                               <type>war</type>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.server</groupId>
+                               <artifactId>org.argeo.slc.ria</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <!-- 
+                       <dependency>
+                               <groupId>org.argeo.slc.server</groupId>
+                               <artifactId>bundles</artifactId>
+                               <version>0.11.3-SNAPSHOT</version>
+                               <type>pom</type>
+                       </dependency>
+                        -->
+                       <dependency>
+                               <groupId>org.argeo.slc.server</groupId>
+                               <artifactId>deploy</artifactId>
+                               <version>${project.version}</version>
+                               <type>pom</type>
+                       </dependency>
+
+                       <!-- SLC dubious -->
+                       <dependency>
+                               <groupId>org.argeo.slc</groupId>
+                               <artifactId>org.argeo.slc.detached.launcher</artifactId>
+                               <version>${project.version}</version>
+                               <type>tar.gz</type>
+                               <classifier>dist</classifier>
+                       </dependency>
+
+
                        <!-- Javax -->
                        <dependency>
                                <groupId>javax.transaction</groupId>
@@ -242,7 +321,6 @@ limitations under the License.
                                <artifactId>
                                        com.springsource.com.sun.xml.messaging.saaj
                                </artifactId>
-                               <scope>runtime</scope>
                                <version>1.3.0</version>
                        </dependency>
                        <dependency>
@@ -251,7 +329,26 @@ limitations under the License.
                                        com.springsource.javax.activation
                                </artifactId>
                                <version>1.1.1</version>
-                               <scope>runtime</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.annotation</groupId>
+                               <artifactId>com.springsource.javax.annotation</artifactId>
+                               <version>1.0.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.persistence</groupId>
+                               <artifactId>com.springsource.javax.persistence</artifactId>
+                               <version>1.0.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.xml.ws</groupId>
+                               <artifactId>com.springsource.javax.xml.ws</artifactId>
+                               <version>2.1.1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.xml.bind</groupId>
+                               <artifactId>com.springsource.javax.xml.bind</artifactId>
+                               <version>2.1.7</version>
                        </dependency>
 
                        <!-- Unit tests -->
@@ -296,6 +393,7 @@ limitations under the License.
                                <artifactId>com.springsource.slf4j.org.apache.log4j</artifactId>
                                <version>1.5.3</version>
                        </dependency>
+
                        <!-- Spring -->
                        <dependency>
                                <groupId>org.springframework</groupId>
@@ -329,6 +427,11 @@ limitations under the License.
                                <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>
@@ -344,12 +447,16 @@ limitations under the License.
                                <artifactId>org.springframework.aop</artifactId>
                                <version>${version.spring}</version>
                        </dependency>
-
                        <dependency>
-                               <groupId>org.springframework.ws</groupId>
-                               <artifactId>org.springframework.ws</artifactId>
-                               <version>${version.spring-ws}</version>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.jms</artifactId>
+                               <version>${version.spring}</version>
                        </dependency>
+                       <!--
+                               <dependency> <groupId>org.springframework.ws</groupId>
+                               <artifactId>org.springframework.ws</artifactId>
+                               <version>${version.spring-ws}</version> </dependency>
+                       -->
                        <dependency>
                                <groupId>org.springframework.ws</groupId>
                                <artifactId>org.springframework.oxm</artifactId>
@@ -359,14 +466,71 @@ limitations under the License.
                        <dependency>
                                <groupId>org.springframework.osgi</groupId>
                                <artifactId>org.springframework.osgi.extender</artifactId>
-                               <version>1.1.2.B</version>
+                               <version>${version.spring-osgi}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework.osgi</groupId>
+                               <artifactId>org.springframework.osgi.core</artifactId>
+                               <version>${version.spring-osgi}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework.osgi</groupId>
+                               <artifactId>org.springframework.osgi.web.extender</artifactId>
+                               <version>${version.spring-osgi}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework.osgi</groupId>
+                               <artifactId>org.springframework.osgi.web</artifactId>
+                               <version>${version.spring-osgi}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework.osgi</groupId>
+                               <artifactId>org.springframework.osgi.test</artifactId>
+                               <version>${version.spring-osgi}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.dep.osgi</groupId>
+                               <artifactId>org.argeo.dep.osgi.catalina.start</artifactId>
+                               <version>1.0.0.argeo3</version>
+                       </dependency>
+
+                       <!-- AOP -->
+                       <dependency>
+                               <groupId>org.aspectj</groupId>
+                               <artifactId>com.springsource.org.aspectj.runtime</artifactId>
+                               <version>1.6.2.RELEASE</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.aspectj</groupId>
+                               <artifactId>com.springsource.org.aspectj.weaver</artifactId>
+                               <version>1.6.2.RELEASE</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.aopalliance</groupId>
+                               <artifactId>com.springsource.org.aopalliance</artifactId>
+                               <version>1.0.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>net.sourceforge.cglib</groupId>
+                               <artifactId>com.springsource.net.sf.cglib</artifactId>
+                               <version>2.1.3</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.objectweb.asm</groupId>
+                               <artifactId>com.springsource.org.objectweb.asm</artifactId>
+                               <version>1.5.3</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.objectweb.asm</groupId>
+                               <artifactId>com.springsource.org.objectweb.asm.attrs</artifactId>
+                               <version>1.5.3</version>
                        </dependency>
 
                        <!-- Ant -->
                        <dependency>
-                               <groupId>org.argeo.dep.osgi</groupId>
-                               <artifactId>org.argeo.dep.osgi.ant</artifactId>
-                               <version>1.7.1</version>
+                               <groupId>org.apache.ant</groupId>
+                               <artifactId>com.springsource.org.apache.tools.ant</artifactId>
+                               <version>1.7.0</version>
                        </dependency>
 
                        <!-- Required by specific Ant tasks -->
@@ -409,6 +573,16 @@ limitations under the License.
                                <artifactId>org.argeo.dep.osgi.commons.cli</artifactId>
                                <version>1.1</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>com.springsource.org.apache.commons.pool</artifactId>
+                               <version>1.4.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>com.springsource.org.apache.commons.dbcp</artifactId>
+                               <version>1.2.2.osgi</version>
+                       </dependency>
 
                        <!-- DB Drivers -->
                        <dependency>
@@ -416,6 +590,16 @@ limitations under the License.
                                <artifactId>com.springsource.org.hsqldb</artifactId>
                                <version>1.8.0.9</version>
                        </dependency>
+                       <dependency>
+                               <groupId>net.sourceforge.jtds</groupId>
+                               <artifactId>com.springsource.net.sourceforge.jtds</artifactId>
+                               <version>1.2.2</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>com.mysql.jdbc</groupId>
+                               <artifactId>com.springsource.com.mysql.jdbc</artifactId>
+                               <version>5.1.6</version>
+                       </dependency>
 
                        <!-- XML -->
                        <dependency>
@@ -478,14 +662,6 @@ limitations under the License.
                                <artifactId>com.springsource.javax.activation</artifactId>
                                <version>1.1.1</version>
                        </dependency>
-
-                       <dependency>
-                               <groupId>org.aspectj</groupId>
-                               <artifactId>
-                                       com.springsource.org.aspectj.weaver
-                               </artifactId>
-                               <version>1.6.2.RELEASE</version>
-                       </dependency>
                        <dependency>
                                <groupId>com.lowagie.text</groupId>
                                <artifactId>
@@ -494,6 +670,22 @@ limitations under the License.
                                <version>2.0.8</version>
                        </dependency>
 
+                       <!-- Tomcat -->
+                       <dependency>
+                               <groupId>org.apache.catalina</groupId>
+                               <artifactId>com.springsource.org.apache.catalina</artifactId>
+                               <version>${version.tomcat}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.jasper</groupId>
+                               <artifactId>com.springsource.org.apache.jasper</artifactId>
+                               <version>${version.tomcat}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.el</groupId>
+                               <artifactId>com.springsource.org.apache.el</artifactId>
+                               <version>${version.tomcat}</version>
+                       </dependency>
 
                        <!-- Maven -->
                        <dependency>
@@ -513,21 +705,18 @@ limitations under the License.
                                <version>${version.maven}</version>
                        </dependency>
 
+                       <dependency>
+                               <groupId>org.apache.archiva</groupId>
+                               <artifactId>archiva-webapp</artifactId>
+                               <version>1.1.3</version>
+                               <type>war</type>
+                       </dependency>
+
                        <!-- OSGi -->
-                       <!--
-                               <dependency> <groupId>org.apache.felix</groupId>
-                               <artifactId>org.apache.felix.main</artifactId>
-                               <version>1.2.1</version> <exclusions> <exclusion>
-                               <groupId>org.apache.felix</groupId> <artifactId>
-                               org.apache.felix.framework </artifactId> </exclusion> </exclusions>
-                               </dependency> <dependency> <groupId>org.apache.felix</groupId>
-                               <artifactId>org.osgi.core</artifactId> <version>1.2.0</version>
-                               <scope>provided</scope> </dependency>
-                       -->
                        <dependency>
                                <groupId>org.eclipse.osgi</groupId>
                                <artifactId>org.eclipse.osgi</artifactId>
-                               <version>3.4.2.R34x_v20080826-1230</version>
+                               <version>${version.equinox}</version>
                        </dependency>
 
                        <!-- Auto UI -->
@@ -573,6 +762,63 @@ limitations under the License.
                                <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.argeo.dep.osgi</groupId>
+                               <artifactId>org.argeo.dep.osgi.activemq</artifactId>
+                               <version>${version.activemq}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.activemq</groupId>
+                               <artifactId>com.springsource.org.apache.activemq.pool</artifactId>
+                               <version>5.2.0</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.activemq</groupId>
+                                               <artifactId>com.springsource.org.apache.activemq</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <!--
+                               <dependency> <groupId>org.argeo.dep.osgi</groupId>
+                               <artifactId>org.argeo.dep.osgi.activemq.web</artifactId>
+                               <version>${version.activemq-web}</version> </dependency>
+                       -->
+                       <dependency>
+                               <groupId>javax.xml.soap</groupId>
+                               <artifactId>com.springsource.javax.xml.soap</artifactId>
+                               <version>1.3.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.xml.rpc</groupId>
+                               <artifactId>com.springsource.javax.xml.rpc</artifactId>
+                               <version>1.1.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.ejb</groupId>
+                               <artifactId>com.springsource.javax.ejb</artifactId>
+                               <version>3.0.0</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>org.apache.camel</groupId>
+                               <artifactId>com.springsource.org.apache.camel</artifactId>
+                               <version>1.3.0</version>
+                       </dependency>
+
                </dependencies>
        </dependencyManagement>
        <repositories>
@@ -594,7 +840,8 @@ limitations under the License.
                        <id>com.springsource.repository.bundles.release</id>
                        <name>
                                SpringSource Enterprise Bundle Repository - SpringSource
-                               Bundle Releases
+                               Bundle
+                               Releases
                        </name>
                        <url>
                                http://repository.springsource.com/maven/bundles/release
@@ -614,7 +861,8 @@ limitations under the License.
                        <id>com.springsource.repository.bundles.external</id>
                        <name>
                                SpringSource Enterprise Bundle Repository - External
-                               Bundle Releases
+                               Bundle
+                               Releases
                        </name>
                        <url>
                                http://repository.springsource.com/maven/bundles/external
@@ -710,4 +958,17 @@ limitations under the License.
                        </url>
                </site>
        </distributionManagement>
+       <profiles>
+               <profile>
+                       <id>developer</id>
+                       <distributionManagement>
+                               <snapshotRepository>
+                                       <uniqueVersion>true</uniqueVersion>
+                                       <id>argeo-snapshots-restricted</id>
+                                       <name>Argeo FOSS Snapshots Repository</name>
+                                       <url>scpexe://argeo.org/var/argeo/maven2/argeo-snapshots</url>
+                               </snapshotRepository>
+                       </distributionManagement>
+               </profile>
+       </profiles>
 </project>