]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.maven/pom.xml
[maven-release-plugin] prepare release argeo-slc-1.1.6
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.maven / pom.xml
index 43840d804135c0348836300b11d827c748495e90..541c9668f67e3e474766c0552d018dd9dd4469b6 100644 (file)
@@ -1,19 +1,18 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.13.1-SNAPSHOT</version>
+               <version>1.1.6</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.maven</artifactId>
        <packaging>bundle</packaging>
        <name>SLC Support Maven</name>
        <properties>
-               <version.maven>3.0.1</version.maven>
-               <version.aether>1.8</version.aether>
+               <version.aether>1.11</version.aether>
+               <version.maven>3.0.3</version.maven>
                <version.wagon>1.0-beta-7</version.wagon>
        </properties>
        <build>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>${version.maven-bundle-plugin}</version>
+
                                <configuration>
                                        <instructions>
                                                <Export-Package>
                                                        org.argeo.slc.maven.*
                                                </Export-Package>
                                                <Import-Package>
+                                                       org.w3c.dom.*;version="0.0.0",
+                                                       org.xml.sax.*;version="0.0.0",
                                                        com.google.*;resolution:=optional,
                                                        javax.*;resolution:=optional,
                                                        com.sun.*;resolution:=optional,
@@ -35,7 +36,6 @@
                                                        *
                                                </Import-Package>
                                                <_exportcontents>
-                                                       org.sonatype.aether.*;version=${version.aether},
                                                        org.apache.maven.*;version=${version.maven},
                                                </_exportcontents>
                                                <Private-Package>org.apache.xbean.*</Private-Package>
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.specs</artifactId>
-               </dependency><!-- <dependency> <groupId>org.argeo.dep.osgi</groupId> <artifactId>org.argeo.dep.osgi.maven.embedder</artifactId> 
+                       <version>1.1.6</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>org.argeo.slc.support.aether</artifactId>
+                       <version>1.1.6</version>
+               </dependency>
+
+               <!-- <dependency> <groupId>org.argeo.dep.osgi</groupId> <artifactId>org.argeo.dep.osgi.maven.embedder</artifactId> 
                        </dependency> -->
                <dependency>
-                       <groupId>org.springframework</groupId>
+                       <groupId>org.argeo.tp</groupId>
                        <artifactId>org.springframework.beans</artifactId>
                </dependency>
-
-               <!-- <dependency> <groupId>org.argeo.slc.runtime</groupId> <artifactId>org.argeo.slc.support.ant</artifactId> 
-                       </dependency> <dependency> <groupId>org.argeo.dep.osgi</groupId> <artifactId>org.argeo.dep.osgi.maven.embedder</artifactId> 
-                       <version>2.0.4.argeo.1-SNAPSHOT</version> </dependency> -->
-
                <dependency>
-                       <groupId>org.apache.commons</groupId>
-                       <artifactId>com.springsource.org.apache.commons.io</artifactId>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.apache.commons.io</artifactId>
                </dependency>
 
                <dependency>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>slf4j.org.apache.commons.logging</artifactId>
                </dependency>
 
-               <!-- <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-embedder</artifactId> 
-                       <version>2.0.4</version> <optional>true</optional> <exclusions> <exclusion> 
-                       <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> 
-                       </exclusion> </exclusions> </dependency> -->
-               <!--<dependency> <groupId>org.argeo.dep.osgi</groupId> <artifactId>org.argeo.dep.osgi.maven.embedder</artifactId> 
-                       </dependency> -->
-
-               <!-- Required for the compilation ONLY <dependency> <groupId>org.apache.maven</groupId> 
-                       <artifactId>maven-embedder</artifactId> <version>${version.maven}</version> 
-                       <scope>provided</scope> <optional>true</optional> <exclusions> <exclusion> 
-                       <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> 
-                       </exclusion> <exclusion> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> 
-                       </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.maven</groupId> 
-                       <artifactId>maven-aether-provider</artifactId> <version>${version.maven}</version> 
-                       <scope>provided</scope> <optional>true</optional> <exclusions> <exclusion> 
-                       <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> </exclusion> 
-                       </exclusions> </dependency> <dependency> <groupId>org.sonatype.aether</groupId> 
-                       <artifactId>aether-connector-wagon</artifactId> <version>1.8</version> <scope>provided</scope> 
-                       <optional>true</optional> </dependency> <dependency> <groupId>org.apache.maven.wagon</groupId> 
-                       <artifactId>wagon-provider-api</artifactId> <version>${version.wagon}</version> 
-                       <scope>provided</scope> <optional>true</optional> <exclusions> <exclusion> 
-                       <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> 
-                       </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.maven.wagon</groupId> 
-                       <artifactId>wagon-file</artifactId> <version>${version.wagon}</version> <scope>provided</scope> 
-                       <optional>true</optional> <exclusions> <exclusion> <groupId>commons-logging</groupId> 
-                       <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> 
-                       <dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-http-lightweight</artifactId> 
-                       <version>${version.wagon}</version> <optional>true</optional> <exclusions> 
-                       <exclusion> <groupId>nekohtml</groupId> <artifactId>nekohtml</artifactId> 
-                       </exclusion> <exclusion> <groupId>nekohtml</groupId> <artifactId>xercesMinimal</artifactId> 
-                       </exclusion> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> 
-                       </exclusion> </exclusions> </dependency> -->
-
-
-
                <dependency>
                        <groupId>org.apache.maven</groupId>
                        <artifactId>maven-embedder</artifactId>
                                        <groupId>commons-cli</groupId>
                                        <artifactId>commons-cli</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.sonatype.aether</groupId>
+                                       <artifactId>aether-spi</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.sonatype.aether</groupId>
+                                       <artifactId>aether-api</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.sonatype.aether</groupId>
+                                       <artifactId>aether-util</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
                <dependency>
                                        <groupId>junit</groupId>
                                        <artifactId>junit</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.sonatype.aether</groupId>
+                                       <artifactId>aether-spi</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.sonatype.aether</groupId>
+                                       <artifactId>aether-api</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.sonatype.aether</groupId>
+                                       <artifactId>aether-util</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
                <dependency>
                                </exclusion>
                        </exclusions>
                </dependency>
+               <dependency>
+                       <groupId>org.apache.maven.wagon</groupId>
+                       <artifactId>wagon-webdav-jackrabbit</artifactId>
+                       <version>${version.wagon}</version>
+                       <optional>true</optional>
+                       <scope>provided</scope>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.slf4j</groupId>
+                                       <artifactId>slf4j-nop</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.apache.jackrabbit</groupId>
+                                       <artifactId>jackrabbit-webdav</artifactId>
+                               </exclusion>
+                       </exclusions>
+               </dependency>
 
+               <dependency>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.sonatype.aether</artifactId>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>junit</artifactId>
+               </dependency>
        </dependencies>
-</project>
+</project>
\ No newline at end of file