Project

General

Profile

« Previous | Next » 

Revision 289161a8

Added by Andreas Müller over 11 years ago

remove spring-xml dependency

View differences:

cdmlib-io/pom.xml
118 118
      <artifactId>xmlunit</artifactId>
119 119
    </dependency>
120 120
    <dependency>
121
    <groupId>org.apache.poi</groupId>
122
    <artifactId>poi</artifactId>
123
  </dependency>
124
  <dependency>
125
      <groupId>org.springframework</groupId>
126
      <artifactId>org.springframework.oxm</artifactId>
127
    </dependency>
128
  <dependency>
129
    <groupId>com.yourkit</groupId>
130
    <artifactId>yjp-controller-api-redist</artifactId>
131
    <!--  version>10.0.3</version> -->
132
    <version>9.0.8</version>
133
  </dependency>
134
<!--    <dependency> -->
135
<!--        <groupId>org.springframework.ws</groupId> -->
136
<!--        <artifactId>spring-xml</artifactId> -->
137
<!--        <version>2.1.2.RELEASE</version> -->
138
<!--        <exclusions> -->
139
<!--          <exclusion> -->
140
<!--            <groupId>org.springframework</groupId> -->
141
<!--            <artifactId>spring-core</artifactId> -->
142
<!--          </exclusion> -->
143
<!--          <exclusion> -->
144
<!--            <groupId>org.springframework</groupId> -->
145
<!--            <artifactId>spring-context</artifactId> -->
146
<!--          </exclusion> -->
147
<!--          <exclusion> -->
148
<!--            <groupId>org.springframework</groupId> -->
149
<!--            <artifactId>spring-beans</artifactId> -->
150
<!--          </exclusion> -->
151
<!--        </exclusions> -->
152
<!--      </dependency> -->
153
     <dependency>
154
          <groupId>identificationKeyAPI</groupId>
155
          <artifactId>identificationKeyAPI</artifactId>
156
      </dependency>
121
	    <groupId>org.apache.poi</groupId>
122
	    <artifactId>poi</artifactId>
123
	  </dependency>
124
	  <dependency>
125
	      <groupId>org.springframework</groupId>
126
	      <artifactId>org.springframework.oxm</artifactId>
127
	    </dependency>
128
	  <dependency>
129
	    <groupId>com.yourkit</groupId>
130
	    <artifactId>yjp-controller-api-redist</artifactId>
131
	    <!--  version>10.0.3</version> -->
132
	    <version>9.0.8</version>
133
	  </dependency>
134
	  <dependency>
135
		<groupId>identificationKeyAPI</groupId>
136
	    <artifactId>identificationKeyAPI</artifactId>
137
	  </dependency>
157 138
  </dependencies>
158 139
</project>
159 140

  

Also available in: Unified diff