95ff582322ee7c1e961cfca50669dc560dde33ef
[cdmlib.git] / cdmlib-services / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3 <!--
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
5 -->
6 <parent>
7 <groupId>eu.etaxonomy</groupId>
8 <artifactId>cdmlib-parent</artifactId>
9 <version>3.1.4-SNAPSHOT</version>
10 <relativePath>../pom.xml</relativePath>
11 </parent>
12
13 <modelVersion>4.0.0</modelVersion>
14 <artifactId>cdmlib-services</artifactId>
15 <name>CDM Services</name>
16 <description>EDIT CDM library services. The local API and basis for webservices too.</description>
17 <packaging>bundle</packaging>
18 <scm>
19 <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-service/</connection>
20 <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-service/</developerConnection>
21 <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-service/</url>
22 </scm>
23 <build>
24 <plugins>
25 <plugin>
26 <groupId>org.apache.felix</groupId>
27 <artifactId>maven-bundle-plugin</artifactId>
28 <version>2.3.6</version>
29 <extensions>true</extensions>
30 <configuration>
31 <instructions>
32 <Export-Package>eu.etaxonomy.cdm.api.service</Export-Package>
33 <Bundle-SymbolicName>eu.etaxonomy.cdm.services</Bundle-SymbolicName>
34 <Bundle-Activator>eu.etaxonomy.cdm.services.impl.Activator</Bundle-Activator>
35 </instructions>
36 </configuration>
37 </plugin>
38 <plugin>
39 <groupId>org.apache.maven.plugins</groupId>
40 <artifactId>maven-surefire-plugin</artifactId>
41 <configuration>
42 <argLine>-Xms256m -Xmx512m</argLine>
43 </configuration>
44 </plugin>
45 </plugins>
46 </build>
47 <dependencies>
48 <dependency>
49 <groupId>org.apache.felix</groupId>
50 <artifactId>org.osgi.core</artifactId>
51 <version>1.0.0</version>
52 </dependency>
53 <dependency>
54 <groupId>eu.etaxonomy</groupId>
55 <artifactId>cdmlib-persistence</artifactId>
56 </dependency>
57 <dependency>
58 <groupId>eu.etaxonomy</groupId>
59 <artifactId>cdmlib-persistence</artifactId>
60 <type>test-jar</type>
61 <scope>test</scope>
62 <version>${project.version}</version>
63 </dependency>
64 <dependency>
65 <groupId>org.apache.lucene</groupId>
66 <artifactId>lucene-highlighter</artifactId>
67 </dependency>
68 <dependency>
69 <groupId>org.apache.lucene</groupId>
70 <artifactId>lucene-grouping</artifactId>
71 </dependency>
72 <!-- <dependency> -->
73 <!-- <groupId>org.unitils</groupId> -->
74 <!-- <artifactId>unitils-core</artifactId> -->
75 <!-- <scope>test</scope> -->
76 <!-- </dependency> -->
77 <!-- <dependency> -->
78 <!-- <groupId>org.unitils</groupId> -->
79 <!-- <artifactId>unitils-database</artifactId> -->
80 <!-- <scope>test</scope> -->
81 <!-- </dependency> -->
82 <!-- <dependency> -->
83 <!-- <groupId>org.unitils</groupId> -->
84 <!-- <artifactId>unitils-dbmaintainer</artifactId> -->
85 <!-- <scope>test</scope> -->
86 <!-- </dependency> -->
87 <dependency>
88 <groupId>org.unitils</groupId>
89 <artifactId>unitils-dbunit</artifactId>
90 <scope>test</scope>
91 </dependency>
92 <!-- <dependency> -->
93 <!-- <groupId>org.unitils</groupId> -->
94 <!-- <artifactId>unitils-easymock</artifactId> -->
95 <!-- <scope>test</scope> -->
96 <!-- </dependency> -->
97 <!-- <dependency> -->
98 <!-- <groupId>org.unitils</groupId> -->
99 <!-- <artifactId>unitils-mock</artifactId> -->
100 <!-- <scope>test</scope> -->
101 <!-- </dependency> -->
102 <!-- <dependency> -->
103 <!-- <groupId>org.unitils</groupId> -->
104 <!-- <artifactId>unitils-inject</artifactId> -->
105 <!-- <scope>test</scope> -->
106 <!-- </dependency> -->
107 <!-- <dependency> -->
108 <!-- <groupId>org.unitils</groupId> -->
109 <!-- <artifactId>unitils-orm</artifactId> -->
110 <!-- <exclusions> -->
111 <!-- <exclusion> -->
112 <!-- <groupId>javax.persistence</groupId> -->
113 <!-- <artifactId>persistence-api</artifactId> -->
114 <!-- </exclusion> -->
115 <!-- </exclusions> -->
116 <!-- <scope>test</scope> -->
117 <!-- </dependency> -->
118 <dependency>
119 <groupId>org.unitils</groupId>
120 <artifactId>unitils-spring</artifactId>
121 <scope>test</scope>
122 </dependency>
123 <!-- <dependency> -->
124 <!-- <groupId>org.dbunit</groupId> -->
125 <!-- <artifactId>dbunit</artifactId> -->
126 <!-- <scope>test</scope> -->
127 <!-- </dependency> -->
128 <dependency>
129 <groupId>xmlunit</groupId>
130 <artifactId>xmlunit</artifactId>
131 <scope>test</scope>
132 </dependency>
133 <!-- <dependency> -->
134 <!-- <groupId>com.carrotsearch</groupId> -->
135 <!-- <artifactId>junit-benchmarks</artifactId> -->
136 <!-- <scope>test</scope> -->
137 <!-- </dependency> -->
138 <dependency>
139 <groupId>org.springframework</groupId>
140 <artifactId>org.springframework.test</artifactId>
141 </dependency>
142 <dependency>
143 <groupId>xerces</groupId>
144 <artifactId>xercesImpl</artifactId>
145 </dependency>
146 <dependency>
147 <groupId>jaxen</groupId>
148 <artifactId>jaxen</artifactId>
149 </dependency>
150 <dependency>
151 <groupId>org.eclipse</groupId>
152 <artifactId>osgi</artifactId>
153 </dependency>
154 <dependency>
155 <groupId>org.springframework.security</groupId>
156 <artifactId>spring-security-core</artifactId>
157 </dependency>
158 <dependency>
159 <groupId>org.springframework.security</groupId>
160 <artifactId>spring-security-config</artifactId>
161 <version>3.0.5.RELEASE</version>
162 </dependency>
163 <dependency>
164 <groupId>com.ibm.lsid</groupId>
165 <artifactId>lsid-server</artifactId>
166 </dependency>
167 <dependency>
168 <groupId>commons-lang</groupId>
169 <artifactId>commons-lang</artifactId>
170 </dependency>
171 </dependencies>
172 </project>
173