Project

General

Profile

« Previous | Next » 

Revision 3d585f9d

Added by Andreas Müller over 1 year ago

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

View differences:

cdmlib-persistence/pom.xml
45 45
    <dependency>
46 46
      <groupId>org.hibernate</groupId>
47 47
      <artifactId>hibernate-core</artifactId>
48
      <exclusions>
49
        <exclusion>
50
          <!-- has overlaps with jakarta-activation -->
51
          <groupId>javax.activation</groupId>
52
          <artifactId>javax.activation-api</artifactId>
53
        </exclusion>
54
        <exclusion>
55
          <!-- we use jakarta.xml.bind-api instead -->
56
          <groupId>javax.xml.bind</groupId>
57
          <artifactId>jaxb-api</artifactId>
58
        </exclusion>
59
      </exclusions>
48 60
    </dependency>
49 61
    <dependency>
50 62
      <groupId>org.hibernate</groupId>
cdmlib-remote/pom.xml
165 165
      <!-- for xml serialization (net.sf.json.xml.XMLSerializer) -->
166 166
      <groupId>xom</groupId>
167 167
      <artifactId>xom</artifactId>
168
<!--       <exclusions> -->
168
      <exclusions>
169
        <exclusion>
170
          <!-- has overlap with jakarta-regexp -->
171
          <groupId>xalan</groupId>
172
          <artifactId>xalan</artifactId>
173
        </exclusion>
169 174
<!--         <exclusion> -->
170 175
<!--           <groupId>xml-apis</groupId> -->
171 176
<!--           <artifactId>xml-apis</artifactId> -->
172 177
<!--         </exclusion> -->
173
<!--       </exclusions> -->
178
      </exclusions>
174 179
    </dependency>
175 180

  
176 181
    <!-- swagger -->
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