Project

General

Profile

« Previous | Next » 

Revision 69bf751c

Added by Andreas Müller about 11 years ago

move ProfilerController to cdmlib-persistence-test and remove parent pom from PESI

View differences:

cdm-pesi/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.cdm</groupId>
9
    <artifactId>app-parent</artifactId>
10
    <version>3.2.0-SNAPSHOT</version>
11
    <relativePath>../cdmapps-parent/pom.xml</relativePath>
12
  </parent>
13
  
14 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 15
  <artifactId>cdm-pesi</artifactId>
16
  <version>3.2.0-SNAPSHOT</version>
16 17
  <name>CDM PESI</name>
17 18
  <description>The PESI package for EDIT's CdmLibrary</description>
18 19
  <scm>
......
40 41
  		<groupId>eu.etaxonomy</groupId>
41 42
  		<artifactId>cdmlib-persistence</artifactId>
42 43
  		<type>test-jar</type>
43
  		<scope>test</scope> 
44
  		<version>${parent.version}</version>
44
<!--   		<scope>test</scope>  -->
45
  		<version>${project.version}</version>
45 46
  	</dependency>
46 47
   	<dependency>
47 48
  		<groupId>eu.etaxonomy</groupId>
48 49
  		<artifactId>cdmlib-io</artifactId>
50
  		<version>${project.version}</version>
49 51
  	</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>
52

  
53
  	
54
  	
55
<!--   	<dependency> -->
56
<!--         <groupId>org.unitils</groupId> -->
57
<!--         <artifactId>unitils-core</artifactId> -->
58
<!--     </dependency> -->
59
<!--     <dependency> -->
60
<!--       <groupId>org.dbunit</groupId> -->
61
<!--       <artifactId>dbunit</artifactId> -->
62
<!--     </dependency> -->
63
<!--     <dependency> -->
64
<!--       <groupId>xmlunit</groupId> -->
65
<!--       <artifactId>xmlunit</artifactId> -->
66
<!--   	</dependency> -->
67

  
68
		<!-- Profiling -->
69
		<dependency>
70
			<groupId>com.yourkit</groupId>
71
			<artifactId>yjp-controller-api-redist</artifactId>
72
			<version>9.0.8</version>
73
<!--			<scope>test</scope> -->
74
		</dependency>
62 75
  </dependencies>
63 76
</project>
64 77

  

Also available in: Unified diff