]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
4219f3ef58d9cd6abe0ba48cb27a0d0699daac2f
[lgpl/argeo-commons.git] / 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.commons.security</groupId>
5 <version>2.1.2.tp</version>
6 <artifactId>plugins</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.security.equinox</artifactId>
10 <name>Commons Security Equinox</name>
11 <packaging>jar</packaging>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.apache.maven.plugins</groupId>
16 <artifactId>maven-compiler-plugin</artifactId>
17 </plugin>
18 <plugin>
19 <groupId>org.apache.maven.plugins</groupId>
20 <artifactId>maven-source-plugin</artifactId>
21 </plugin>
22 <plugin>
23 <groupId>org.apache.maven.plugins</groupId>
24 <artifactId>maven-jar-plugin</artifactId>
25 </plugin>
26 <plugin>
27 <groupId>org.apache.felix</groupId>
28 <artifactId>maven-bundle-plugin</artifactId>
29 <configuration>
30 <instructions>
31 <Import-Package>*,
32 org.springframework.core,
33 org.argeo.eclipse.spring
34 </Import-Package>
35 </instructions>
36 </configuration>
37 </plugin>
38 </plugins>
39 </build>
40 <dependencies>
41
42 <!-- Eclipse -->
43 <dependency>
44 <groupId>org.argeo.tp</groupId>
45 <artifactId>org.eclipse.osgi</artifactId>
46 </dependency>
47
48 <!-- RCP only dependency, needed at compile time -->
49 <dependency>
50 <groupId>org.argeo.commons.base</groupId>
51 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
52 <version>2.1.2.tp</version>
53 <scope>provided</scope>
54 </dependency>
55
56 <!-- Commons -->
57 <dependency>
58 <groupId>org.argeo.commons.base</groupId>
59 <artifactId>org.argeo.util</artifactId>
60 <version>2.1.2.tp</version>
61 </dependency>
62 <dependency>
63 <groupId>org.argeo.commons.security</groupId>
64 <artifactId>org.argeo.security.core</artifactId>
65 <version>2.1.2.tp</version>
66 </dependency>
67
68 <!-- Spring -->
69 <dependency>
70 <groupId>org.argeo.tp</groupId>
71 <artifactId>org.springframework.security.core</artifactId>
72 </dependency>
73 </dependencies>
74 </project>