isis-jdk-supplemental
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-jdk-supplemental</artifactId> <version>2.0.0-M9</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core</artifactId> <version>2.0.0-M9</version> </parent> <artifactId>isis-jdk-supplemental</artifactId> <packaging>pom</packaging> <name>Apache Isis - JDK Supplemental</name> <description> Defines a module to bring in dependencies that were part of JDK 8 but had been removed with later JDK versions. Also brings in Jakarta EE API (@Inject, @Qualifier, ...). </description> <build> <pluginManagement> <plugins> <plugin> <groupId>org.jvnet.jaxb2.maven2</groupId> <artifactId>maven-jaxb2-plugin</artifactId> <version>0.15.1</version> <configuration> <removeOldOutput>true</removeOldOutput> <episode>true</episode> </configuration> </plugin> </plugins> </pluginManagement> </build> <dependencyManagement> <dependencies> <!-- dependency convergence clash with org.apache.cxf:cxf-core:3.4.0 (used by isis-mappings-jaxrsclient-impl) TODO ... jaxrsclient was removed --> <dependency> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> <version>6.3.1</version> </dependency> <dependency> <groupId>org.codehaus.woodstox</groupId> <artifactId>stax2-api</artifactId> <version>4.2.1</version> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>org.eclipse.persistence.moxy</artifactId> <version>2.7.11</version> <exclusions> <exclusion> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> </exclusion> <exclusion> <groupId>org.ow2.asm</groupId> <artifactId>asm-tree</artifactId> </exclusion> <exclusion> <groupId>org.ow2.asm</groupId> <artifactId>asm-analysis</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>org.eclipse.persistence.sdo</artifactId> <version>2.7.11</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> <version>${asm.version}</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-tree</artifactId> <version>${asm.version}</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-analysis</artifactId> <version>${asm.version}</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>com.sun.xml.ws</groupId> <artifactId>jaxws-ri</artifactId> <version>${jaxws-ri.version}</version> <type>pom</type> <exclusions> <exclusion> <groupId>com.sun.xml.bind.external</groupId> <artifactId>rngom</artifactId> </exclusion> <exclusion> <groupId>com.sun.xml.bind.external</groupId> <artifactId>relaxng-datatype</artifactId> </exclusion> <exclusion> <!-- version clash with spring, we pull it in elsewhere --> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> </exclusion> <exclusion> <!-- version clash jakarta.jws:jakarta.jws-api: 1.1.1 vs 2.1.0 --> <groupId>jakarta.jws</groupId> <artifactId>jakarta.jws-api</artifactId> </exclusion> <exclusion> <groupId>com.sun.xml.ws</groupId> <artifactId>jaxws-rt</artifactId> </exclusion> <exclusion> <!-- version clash org.eclipse.persistence:org.eclipse.persistence.core: 2.7.6 vs 2.7.7 --> <groupId>org.eclipse.persistence</groupId> <artifactId>org.eclipse.persistence.moxy</artifactId> </exclusion> <exclusion> <!-- version clash org.eclipse.persistence:org.eclipse.persistence.core: 2.7.6 vs 2.7.7 --> <groupId>org.eclipse.persistence</groupId> <artifactId>org.eclipse.persistence.sdo</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.sun.xml.ws</groupId> <artifactId>jaxws-rt</artifactId> <version>${jaxws-ri.version}</version> <exclusions> <exclusion> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> </exclusion> <exclusion> <groupId>org.codehaus.woodstox</groupId> <artifactId>stax2-api</artifactId> </exclusion> <exclusion> <groupId>com.sun.xml.bind.external</groupId> <artifactId>rngom</artifactId> </exclusion> <exclusion> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> </dependency> <dependency> <groupId>org.codehaus.woodstox</groupId> <artifactId>stax2-api</artifactId> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>org.eclipse.persistence.moxy</artifactId> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>org.eclipse.persistence.sdo</artifactId> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> </dependency> <dependency> <groupId>com.sun.xml.bind.external</groupId> <artifactId>rngom</artifactId> <version>2.3.6</version> </dependency> <dependency> <groupId>com.sun.xml.bind.external</groupId> <artifactId>relaxng-datatype</artifactId> <version>2.3.6</version> </dependency> <dependency> <!-- provides @Inject, @Qualifier, --> <groupId>jakarta.inject</groupId> <artifactId>jakarta.inject-api</artifactId> <version>1.0.5</version> <!-- do not upgrade until Spring 6 --> </dependency> <dependency> <!-- provides javax.enterprise.inject.* --> <groupId>jakarta.enterprise</groupId> <artifactId>jakarta.enterprise.cdi-api</artifactId> <version>2.0.1</version> <!-- do not upgrade before Spring 6 --> <exclusions> <exclusion> <groupId>jakarta.inject</groupId> <artifactId>jakarta.inject-api</artifactId> </exclusion> <exclusion> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> </exclusion> </exclusions> </dependency> <dependency> <!-- provides javax.transaction.TransactionalException --> <groupId>jakarta.transaction</groupId> <artifactId>jakarta.transaction-api</artifactId> </dependency> <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> </dependency> <dependency> <!-- MediaType support --> <groupId>org.jboss.spec.javax.ws.rs</groupId> <artifactId>jboss-jaxrs-api_2.1_spec</artifactId> </dependency> </dependencies> </project>