(no commit message)
[cdmlib-apps.git] / cdm-pesi / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4 <!--
5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
6 -->
7 <modelVersion>4.0.0</modelVersion>
8
9
10 <!-- <parent> -->
11 <!-- <relativePath>../cdmapps-parent/pom.xml</relativePath> -->
12 <!-- </parent> -->
13
14 <groupId>eu.etaxonomy.cdm</groupId>
15 <artifactId>cdm-pesi</artifactId>
16 <version>3.3.8-SNAPSHOT</version>
17
18 <name>CDM PESI</name>
19 <description>The PESI package for EDIT's CdmLibrary</description>
20 <scm>
21 <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/cdm-pesi/</connection>
22 <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/cdm-pesi/</developerConnection>
23 <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib-apps/cdm-pesi/</url>
24 </scm>
25 <build>
26 <plugins>
27 </plugins>
28 </build>
29 <dependencies>
30 <dependency>
31 <groupId>eu.etaxonomy</groupId>
32 <artifactId>cdmlib-persistence</artifactId>
33 <type>test-jar</type>
34 <!-- <scope>test</scope> -->
35 <version>${project.version}</version>
36 </dependency>
37 <dependency>
38 <groupId>eu.etaxonomy</groupId>
39 <artifactId>cdmlib-io</artifactId>
40 <version>${project.version}</version>
41 </dependency>
42
43
44
45 <!-- <dependency> -->
46 <!-- <groupId>org.unitils</groupId> -->
47 <!-- <artifactId>unitils-core</artifactId> -->
48 <!-- </dependency> -->
49 <!-- <dependency> -->
50 <!-- <groupId>org.dbunit</groupId> -->
51 <!-- <artifactId>dbunit</artifactId> -->
52 <!-- </dependency> -->
53 <!-- <dependency> -->
54 <!-- <groupId>xmlunit</groupId> -->
55 <!-- <artifactId>xmlunit</artifactId> -->
56 <!-- </dependency> -->
57
58 <!-- Profiling -->
59 <dependency>
60 <groupId>com.yourkit</groupId>
61 <artifactId>yjp-controller-api-redist</artifactId>
62 <version>9.0.8</version>
63 <!-- <scope>test</scope> -->
64 </dependency>
65 </dependencies>
66 </project>
67