Project

General

Profile

« Previous | Next » 

Revision 892efc69

Added by Andreas Kohlbecker almost 14 years ago

merging /branches/cdmlib/SPRINT-Chichorieae1/ to trunk

View differences:

cdmlib-io/pom.xml
7 7
  <parent>
8 8
    <groupId>eu.etaxonomy</groupId>
9 9
    <artifactId>cdmlib-parent</artifactId>
10
    <version>2.3</version>
10
    <version>2.4</version>
11 11
  </parent>
12 12
  
13 13
  <modelVersion>4.0.0</modelVersion>
......
62 62
		<groupId>org.apache.poi</groupId>
63 63
		<artifactId>poi</artifactId>
64 64
	</dependency>
65
	<dependency>
66
      <groupId>org.springframework</groupId>
67
      <artifactId>org.springframework.oxm</artifactId>
68
    </dependency>
65 69
	<dependency>
66 70
		<groupId>com.yourkit</groupId>
67 71
		<artifactId>yjp-controller-api-redist</artifactId>
68 72
		<version>8.0.1</version>
69 73
	</dependency>
74
	 <dependency>
75
       <groupId>org.springframework.ws</groupId>
76
       <artifactId>spring-xml</artifactId>
77
       <version>1.5.6</version>
78
       <exclusions>
79
         <exclusion>
80
           <groupId>org.springframework</groupId>
81
           <artifactId>spring-core</artifactId>
82
         </exclusion>
83
         <exclusion>
84
           <groupId>org.springframework</groupId>
85
           <artifactId>spring-context</artifactId>
86
         </exclusion>
87
         <exclusion>
88
           <groupId>org.springframework</groupId>
89
           <artifactId>spring-beans</artifactId>
90
         </exclusion>
91
       </exclusions>       
92
     </dependency>
70 93
  </dependencies>
71 94
</project>
72 95

  
73

  

Also available in: Unified diff