Project

General

Profile

« Previous | Next » 

Revision 3d585f9d

Added by Andreas Müller almost 2 years ago

ref #10095, ref #9359 remove javax.activation-api, jaxb-api and xalan from classpath (replaced by jakarta versions)

View differences:

cdmlib-test/pom.xml
196 196
    <dependency>
197 197
      <groupId>org.hibernate</groupId>
198 198
      <artifactId>hibernate-core</artifactId>
199
      <exclusions>
200
        <exclusion>
201
          <!-- has overlaps with jakarta-activation -->
202
          <groupId>javax.activation</groupId>
203
          <artifactId>javax.activation-api</artifactId>
204
        </exclusion>
205
        <exclusion>
206
          <!-- we use jakarta.xml.bind-api instead -->
207
          <groupId>javax.xml.bind</groupId>
208
          <artifactId>jaxb-api</artifactId>
209
        </exclusion>
210
      </exclusions>
199 211
    </dependency>
200 212
    <dependency>
201 213
      <groupId>eu.etaxonomy</groupId>

Also available in: Unified diff