]> git.argeo.org Git - lgpl/argeo-commons.git/blob - basic/runtime/org.argeo.basic.nodeps/pom.xml
Add a proper LDAP user details
[lgpl/argeo-commons.git] / basic / runtime / org.argeo.basic.nodeps / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons.basic</groupId>
6 <artifactId>runtime</artifactId>
7 <version>0.1.3-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.basic.nodeps</artifactId>
11 <name>Commons Basic No Deps</name>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.apache.felix</groupId>
16 <artifactId>maven-bundle-plugin</artifactId>
17 <version>${version.maven-bundle-plugin}</version>
18 <configuration>
19 <instructions>
20 <Export-Package>
21 org.argeo.*
22 </Export-Package>
23 </instructions>
24 </configuration>
25 </plugin>
26 </plugins>
27 </build>
28 <dependencies>
29 <dependency>
30 <groupId>org.junit</groupId>
31 <artifactId>com.springsource.junit</artifactId>
32 <scope>test</scope>
33 </dependency>
34 </dependencies>
35 </project>