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-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 -->

Also available in: Unified diff