]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.support.aether/pom.xml
[maven-release-plugin] copy for tag argeo-slc-2.1.0
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.aether / pom.xml
1 <?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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.slc</groupId>
5 <artifactId>runtime</artifactId>
6 <version>2.1.0</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.slc.support.aether</artifactId>
10 <name>SLC Support Aether</name>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.felix</groupId>
15 <artifactId>maven-bundle-plugin</artifactId>
16
17 <configuration>
18 <instructions>
19 <Export-Package>
20 org.argeo.slc.aether.*
21 </Export-Package>
22 </instructions>
23 </configuration>
24 </plugin>
25 </plugins>
26 </build>
27 <dependencies>
28 <dependency>
29 <groupId>org.argeo.slc</groupId>
30 <artifactId>org.argeo.slc.core</artifactId>
31 <version>2.1.0</version>
32 </dependency>
33
34 <dependency>
35 <groupId>org.argeo.tp</groupId>
36 <artifactId>org.sonatype.aether</artifactId>
37 </dependency>
38
39 <dependency>
40 <groupId>org.argeo.tp</groupId>
41 <artifactId>org.springframework.beans</artifactId>
42 </dependency>
43
44 <dependency>
45 <groupId>org.argeo.tp</groupId>
46 <artifactId>slf4j.org.apache.commons.logging</artifactId>
47 </dependency>
48
49 <dependency>
50 <groupId>org.argeo.tp</groupId>
51 <artifactId>org.eclipse.osgi</artifactId>
52 <scope>provided</scope>
53 </dependency>
54
55 <!-- Test -->
56 <dependency>
57 <groupId>org.argeo.tp</groupId>
58 <artifactId>junit</artifactId>
59 <scope>test</scope>
60 </dependency>
61 </dependencies>
62 </project>