]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.core/pom.xml
Check bundle symbolic name when listing
[gpl/argeo-slc.git] / org.argeo.slc.core / 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.slc</groupId>
6 <artifactId>argeo-slc</artifactId>
7 <version>0.11.2-SNAPSHOT</version>
8 <relativePath>../org.argeo.slc</relativePath>
9 </parent>
10 <artifactId>org.argeo.slc.core</artifactId>
11 <name>Argeo SLC Core</name>
12 <description>SLC Core</description>
13 <scm>
14 <connection>
15 scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc.core
16 </connection>
17 <url>
18 https://www.argeo.org/svn/slc/trunk/org.argeo.slc.core
19 </url>
20 </scm>
21 <build>
22 <plugins>
23 <!-- Look to parent pom for inheritances -->
24 <plugin>
25 <groupId>org.apache.maven.plugins</groupId>
26 <artifactId>maven-compiler-plugin</artifactId>
27 </plugin>
28 <plugin>
29 <groupId>org.apache.maven.plugins</groupId>
30 <artifactId>maven-source-plugin</artifactId>
31 </plugin>
32 <plugin>
33 <groupId>org.apache.maven.plugins</groupId>
34 <artifactId>maven-surefire-plugin</artifactId>
35 </plugin>
36 <plugin>
37 <groupId>org.apache.maven.plugins</groupId>
38 <artifactId>maven-jar-plugin</artifactId>
39 </plugin>
40 <plugin>
41 <groupId>org.apache.felix</groupId>
42 <artifactId>maven-bundle-plugin</artifactId>
43 <configuration>
44 <instructions>
45 <Export-Package>
46 org.argeo.slc.*
47 </Export-Package>
48 <Import-Package>*,org.apache.commons.logging;version="1.1"</Import-Package>
49 </instructions>
50 </configuration>
51 </plugin>
52
53 </plugins>
54 </build>
55 <dependencies>
56 <dependency>
57 <groupId>org.apache.commons</groupId>
58 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
59 </dependency>
60 <dependency>
61 <groupId>org.apache.log4j</groupId>
62 <artifactId>
63 com.springsource.org.apache.log4j
64 </artifactId>
65 </dependency>
66 <!--
67 <dependency> <groupId>org.slf4j</groupId>
68 <artifactId>com.springsource.slf4j.log4j</artifactId>
69 <version>1.5.3</version> </dependency> <dependency>
70 <groupId>org.slf4j</groupId>
71 <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
72 <version>1.5.3</version> </dependency>
73 -->
74
75 <dependency>
76 <groupId>org.springframework</groupId>
77 <artifactId>org.springframework.context</artifactId>
78 </dependency>
79 <dependency>
80 <groupId>org.springframework.ws</groupId>
81 <artifactId>org.springframework.oxm</artifactId>
82 </dependency>
83
84 <dependency>
85 <groupId>org.codehaus.castor</groupId>
86 <artifactId>com.springsource.org.castor</artifactId>
87 </dependency>
88
89 <dependency>
90 <groupId>org.apache.xerces</groupId>
91 <artifactId>com.springsource.org.apache.xerces</artifactId>
92 </dependency>
93 <!--
94 <dependency>
95 <groupId>org.apache.xalan</groupId>
96 <artifactId>com.springsource.org.apache.xalan</artifactId>
97 </dependency>
98 -->
99 <dependency>
100 <groupId>edu.emory.mathcs.backport</groupId>
101 <artifactId>
102 com.springsource.edu.emory.mathcs.backport
103 </artifactId>
104 </dependency>
105 <dependency>
106 <groupId>javax.xml.stream</groupId>
107 <artifactId>com.springsource.javax.xml.stream</artifactId>
108 </dependency>
109 <!--
110 <dependency> <groupId>javax.xml.stream</groupId>
111 <artifactId>stax-api</artifactId> </dependency>
112 -->
113 <dependency>
114 <groupId>org.apache.commons</groupId>
115 <artifactId>
116 com.springsource.org.apache.commons.io
117 </artifactId>
118 </dependency>
119 <dependency>
120 <groupId>org.dbunit</groupId>
121 <artifactId>com.springsource.org.dbunit</artifactId>
122 </dependency>
123 <dependency>
124 <groupId>org.junit</groupId>
125 <artifactId>com.springsource.junit</artifactId>
126 </dependency>
127 </dependencies>
128 </project>