Project

General

Profile

« Previous | Next » 

Revision 7a6e54e2

Added by Andreas Müller about 11 years ago

remove parent relationship from eflora pom

View differences:

cdm-eflora/pom.xml
4 4
  <!-- 
5 5
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
6 6
   -->
7
  <parent>
8
    <groupId>eu.etaxonomy</groupId>
9
    <artifactId>cdmlib-parent</artifactId>
10
    <version>3.2.0-SNAPSHOT</version>
11
	<relativePath>pom.xml</relativePath>
12
  </parent>
13 7
  
14 8
  <modelVersion>4.0.0</modelVersion>
9
  
10
  <groupId>eu.etaxonomy.cdm</groupId>
15 11
  <artifactId>cdm-eflora</artifactId>
16
  <name>CDM Eflora</name>
17
  <description>The Eflora package for EDIT's CdmLibrary</description>
12
  <version>3.2.0-SNAPSHOT</version>
13
  
14
  <name>CDM e-Flora</name>
15
  <description>The e-Flora package for e-FLora imports to the EDIT CDM Platform</description>
18 16
  <scm>
19 17
    <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/cdmlib-eflora/</connection>
20 18
    <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/cdmlib-eflora/</developerConnection>
......
47 45
  		<groupId>eu.etaxonomy</groupId>
48 46
  		<artifactId>cdmlib-io</artifactId>
49 47
  	</dependency>
50
  	<dependency>
51
        <groupId>org.unitils</groupId>
52
        <artifactId>unitils-core</artifactId>
53
    </dependency>
54
    <dependency>
55
      <groupId>org.dbunit</groupId>
56
      <artifactId>dbunit</artifactId>
57
    </dependency>
58
    <dependency>
59
      <groupId>xmlunit</groupId>
60
      <artifactId>xmlunit</artifactId>
61
  	</dependency>
62 48
  </dependencies>
63 49
</project>
64 50

  

Also available in: Unified diff