Project

General

Profile

Download (2.14 KB) Statistics
| Branch: | Revision:
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.4.0-SNAPSHOT</version>
17
  
18
  <name>CDM PESI</name>
19
  <description>The PESI package for EDIT's CdmLibrary</description>
20
  <properties>
21
  	<java.codelevel>1.7</java.codelevel>
22
  </properties>
23
  <scm>
24
    <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/cdm-pesi/</connection>
25
    <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/cdm-pesi/</developerConnection>
26
    <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib-apps/cdm-pesi/</url>
27
  </scm>
28
  <build>
29
    <plugins>
30
    </plugins>
31
  </build>
32
  <dependencies>   
33
  <dependency>
34
  		<groupId>eu.etaxonomy</groupId>
35
  		<artifactId>cdmlib-persistence</artifactId>
36
  		<type>test-jar</type>
37
<!--   		<scope>test</scope>  -->
38
  		<version>${project.version}</version>
39
  	</dependency>
40
   	<dependency>
41
  		<groupId>eu.etaxonomy</groupId>
42
  		<artifactId>cdmlib-io</artifactId>
43
  		<version>${project.version}</version>
44
  	</dependency>
45

    
46
  	
47
  	
48
<!--   	<dependency> -->
49
<!--         <groupId>org.unitils</groupId> -->
50
<!--         <artifactId>unitils-core</artifactId> -->
51
<!--     </dependency> -->
52
<!--     <dependency> -->
53
<!--       <groupId>org.dbunit</groupId> -->
54
<!--       <artifactId>dbunit</artifactId> -->
55
<!--     </dependency> -->
56
<!--     <dependency> -->
57
<!--       <groupId>xmlunit</groupId> -->
58
<!--       <artifactId>xmlunit</artifactId> -->
59
<!--   	</dependency> -->
60

    
61
		<!-- Profiling -->
62
		<dependency>
63
			<groupId>com.yourkit</groupId>
64
			<artifactId>yjp-controller-api-redist</artifactId>
65
			<version>9.0.8</version>
66
<!--			<scope>test</scope> -->
67
		</dependency>
68
  </dependencies>
69
</project>
70

    
(3-3/3)