]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.specs/pom.xml
[maven-release-plugin] prepare release argeo-slc-0.14.0
[gpl/argeo-slc.git] / runtime / org.argeo.slc.specs / pom.xml
index 68ee65f4b0530a4a8ffb3f0cd8c061b9d805eb15..ab29fbce6b8a06492555faaa4348280943b342a2 100644 (file)
@@ -2,51 +2,31 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>0.11.3-SNAPSHOT</version>
-               <relativePath>../../org.argeo.slc</relativePath>
+               <artifactId>runtime</artifactId>
+               <version>0.14.0</version>
+               <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.specs</artifactId>
-       <name>Argeo SLC Specifications</name>
+       <name>SLC Specifications</name>
        <build>
                <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-source-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-jar-plugin</artifactId>
-                       </plugin>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>${version.maven-bundle-plugin}</version>
+
                                <configuration>
                                        <instructions>
                                                <Export-Package>
                                                        org.argeo.slc.*
                                                </Export-Package>
                                                <Import-Package>*,
-                                                       org.hibernate.proxy;resolution:="optional"
+                                                       org.hibernate.proxy;resolution:="optional",
+                                                       javassist.util.proxy;resolution:="optional"
                                                </Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
-
                </plugins>
        </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.apache.commons</groupId>
-                       <artifactId>
-                               com.springsource.org.apache.commons.io
-                       </artifactId>
-               </dependency>
-       </dependencies>
 </project>
\ No newline at end of file