add java code level 1.7 to pesi, app-import and xper-integration
[cdmlib-apps.git] / app-import / 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 <groupId>eu.etaxonomy.cdm</groupId>
10 <artifactId>imports</artifactId>
11 <version>3.4.0-SNAPSHOT</version>
12
13 <name>App Import</name>
14 <description>A collection of diverse imports to the EDIT CDM Platform</description>
15 <scm>
16 <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/app-import/</connection>
17 <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/app-import/</developerConnection>
18 <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib-apps/app-import/</url>
19 </scm>
20 <properties>
21 <java.codelevel>1.7</java.codelevel>
22 </properties>
23 <dependencies>
24 <dependency>
25 <groupId>eu.etaxonomy</groupId>
26 <artifactId>cdmlib-io</artifactId>
27 <version>${project.version}</version>
28 </dependency>
29 <dependency>
30 <groupId>eu.etaxonomy</groupId>
31 <artifactId>cdmlib-persistence</artifactId>
32 <type>test-jar</type>
33 <scope>test</scope>
34 <version>${project.version}</version>
35 </dependency>
36 <!-- <dependency>
37 <groupId>org.unitils</groupId>
38 <artifactId>unitils-dbunit</artifactId>
39 <version>3.3</version>
40 <scope>test</scope>
41 </dependency>
42 <dependency>
43 <groupId>org.unitils</groupId>
44 <artifactId>unitils-spring</artifactId>
45 <version>3.3</version>
46 <scope>test</scope>
47 </dependency> -->
48
49
50 <!-- <dependency>
51 <groupId>aspectj</groupId>
52 <artifactId>aspectjrt</artifactId>
53 <version>1.6.3</version>
54 </dependency> -->
55 </dependencies></project>