Avoid double dot at end of field unit titlecache
[cdmlib.git] / cdmlib-io / 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 <!-- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" -->
4 <parent>
5 <groupId>eu.etaxonomy</groupId>
6 <artifactId>cdmlib-parent</artifactId>
7 <version>4.3.0-SNAPSHOT</version>
8 <relativePath>../pom.xml</relativePath>
9 </parent>
10
11 <modelVersion>4.0.0</modelVersion>
12 <artifactId>cdmlib-io</artifactId>
13 <name>CDM Import/Export</name>
14 <description>The import-export package for EDIT's cdmLibrary</description>
15 <scm>
16 <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-io/</connection>
17 <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-io/</developerConnection>
18 <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-io/</url>
19 </scm>
20 <build>
21 <plugins>
22 <plugin>
23 <groupId>org.apache.maven.plugins</groupId>
24 <artifactId>maven-jar-plugin</artifactId>
25 <version>2.3.2</version>
26 <executions>
27 <execution>
28 <goals>
29 <goal>test-jar</goal>
30 </goals>
31 </execution>
32 </executions>
33 </plugin>
34 </plugins>
35 </build>
36 <dependencies>
37 <dependency>
38 <groupId>eu.etaxonomy</groupId>
39 <artifactId>cdmlib-test</artifactId>
40 <scope>test</scope>
41 <version>${project.version}</version>
42 </dependency>
43 <!-- <dependency> -->
44 <!-- <groupId>eu.etaxonomy</groupId> -->
45 <!-- <artifactId>cdmlib-persistence</artifactId> -->
46 <!-- <type>test-jar</type> -->
47 <!-- <scope>test</scope> -->
48 <!-- <version>${project.version}</version> -->
49 <!-- </dependency> -->
50 <dependency>
51 <groupId>eu.etaxonomy</groupId>
52 <artifactId>cdmlib-ext</artifactId>
53 </dependency>
54 <dependency>
55 <groupId>com.google.guava</groupId>
56 <artifactId>guava</artifactId>
57 </dependency>
58 <!-- <dependency> -->
59 <!-- <groupId>org.unitils</groupId> -->
60 <!-- <artifactId>unitils-core</artifactId> -->
61 <!-- <scope>test</scope> -->
62 <!-- </dependency> -->
63 <!-- <dependency> -->
64 <!-- <groupId>org.unitils</groupId> -->
65 <!-- <artifactId>unitils-database</artifactId> -->
66 <!-- <exclusions> -->
67 <!-- <exclusion> -->
68 <!-- <groupId>commons-dbcp</groupId> -->
69 <!-- <artifactId>commons-dbcp</artifactId> -->
70 <!-- </exclusion> -->
71 <!-- </exclusions> -->
72 <!-- <scope>test</scope> -->
73 <!-- </dependency> -->
74 <!-- <dependency> -->
75 <!-- <groupId>org.unitils</groupId> -->
76 <!-- <artifactId>unitils-dbmaintainer</artifactId> -->
77 <!-- <scope>test</scope> -->
78 <!-- </dependency> -->
79 <!-- <dependency> -->
80 <!-- <groupId>org.unitils</groupId> -->
81 <!-- <artifactId>unitils-dbunit</artifactId> -->
82 <!-- <scope>test</scope> -->
83 <!-- </dependency> -->
84 <!-- <dependency> -->
85 <!-- <groupId>org.unitils</groupId> -->
86 <!-- <artifactId>unitils-easymock</artifactId> -->
87 <!-- <scope>test</scope> -->
88 <!-- </dependency> -->
89 <!-- <dependency> -->
90 <!-- <groupId>org.unitils</groupId> -->
91 <!-- <artifactId>unitils-mock</artifactId> -->
92 <!-- <scope>test</scope> -->
93 <!-- </dependency> -->
94 <!-- <dependency> -->
95 <!-- <groupId>org.unitils</groupId> -->
96 <!-- <artifactId>unitils-inject</artifactId> -->
97 <!-- <scope>test</scope> -->
98 <!-- </dependency> -->
99 <!-- <dependency> -->
100 <!-- <groupId>org.unitils</groupId> -->
101 <!-- <artifactId>unitils-orm</artifactId> -->
102 <!-- <exclusions> -->
103 <!-- <exclusion> -->
104 <!-- <groupId>javax.persistence</groupId> -->
105 <!-- <artifactId>persistence-api</artifactId> -->
106 <!-- </exclusion> -->
107 <!-- </exclusions> -->
108 <!-- <scope>test</scope> -->
109 <!-- </dependency> -->
110 <!-- <dependency> -->
111 <!-- <groupId>org.unitils</groupId> -->
112 <!-- <artifactId>unitils-spring</artifactId> -->
113 <!-- <scope>test</scope> -->
114 <!-- </dependency> -->
115 <!-- <dependency> -->
116 <!-- <groupId>org.dbunit</groupId> -->
117 <!-- <artifactId>dbunit</artifactId> -->
118 <!-- </dependency> -->
119 <!-- <dependency> -->
120 <!-- <groupId>com.carrotsearch</groupId> -->
121 <!-- <artifactId>junit-benchmarks</artifactId> -->
122 <!-- <scope>test</scope> -->
123 <!-- </dependency> -->
124 <dependency>
125 <groupId>xmlunit</groupId>
126 <artifactId>xmlunit</artifactId>
127 </dependency>
128 <dependency>
129 <groupId>org.apache.poi</groupId>
130 <artifactId>poi</artifactId>
131 </dependency>
132 <dependency>
133 <groupId>org.springframework</groupId>
134 <artifactId>spring-oxm</artifactId>
135 </dependency>
136 <dependency>
137 <groupId>identificationKeyAPI</groupId>
138 <artifactId>identificationKeyAPI</artifactId>
139 </dependency>
140 <dependency>
141 <groupId>org.apache.jena</groupId>
142 <artifactId>jena-tdb</artifactId>
143 </dependency>
144 </dependencies>
145 </project>
146