Project

General

Profile

« Previous | Next » 

Revision 532683bd

Added by Patrick Plitzner almost 12 years ago

Merged latest trunk updates to branch

View differences:

cdmlib-model/pom.xml
87 87
      <groupId>eu.etaxonomy</groupId>
88 88
      <artifactId>cdmlib-commons</artifactId>
89 89
    </dependency>
90
    <dependency>
91
      <groupId>javax.xml.bind</groupId>
92
      <artifactId>jaxb-api</artifactId>
93
    </dependency>
90 94
    <dependency>
91 95
      <groupId>xml-resolver</groupId>
92 96
      <artifactId>xml-resolver</artifactId>
......
95 99
      <groupId>javax.activation</groupId>
96 100
      <artifactId>activation</artifactId>
97 101
    </dependency>
98
    <!--dependency>
102
    <dependency>
99 103
      <groupId>javax.xml.bind</groupId>
100 104
      <artifactId>jsr173_api</artifactId>
101
    </dependency-->
105
    </dependency>
102 106
    <dependency>
103 107
      <groupId>com.sun.xml.bind</groupId>
104 108
      <artifactId>jaxb-impl</artifactId>
......
200 204
      <groupId>org.apache.poi</groupId>
201 205
      <artifactId>poi</artifactId>
202 206
    </dependency>
207
  <dependency>
208
      <groupId>commons-lang</groupId>
209
      <artifactId>commons-lang</artifactId>
210
    </dependency>
203 211
    <dependency>
204 212
      <groupId>joda-time</groupId>
205 213
      <artifactId>joda-time</artifactId>
......
243 251
      <artifactId>jaxb-api</artifactId>
244 252
      <version>2.1</version>
245 253
    </dependency>
254
    <dependency>
255
    <groupId>jdom</groupId>
256
    <artifactId>jdom</artifactId>
257
  </dependency>
246 258
    <dependency>
247 259
      <groupId>javax.validation</groupId>
248 260
      <artifactId>validation-api</artifactId>

Also available in: Unified diff