faktorips-runtime-jakarta-xml
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.faktorips</groupId> <artifactId>faktorips-runtime-jakarta-xml</artifactId> <version>25.7.0.a20250507-02</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.faktorips</groupId> <artifactId>faktorips-runtime-jakarta-xml</artifactId> <version>25.7.0.a20250507-02</version> <packaging>bundle</packaging> <name>Faktor-IPS Runtime Jakarta XML Binding Extension</name> <description>Faktor-IPS Runtime Extension for XML binding with Jakarta JAXB 3 as included in Java EE 9. You need to provide the jakarta.xml.bind-api as dependency. It is marked as provided here because it is often included in application servers and any version required by Faktor-IPS might collide with them.</description> <url>http://faktorzehn.org</url> <organization> <name>Faktor Zehn GmbH</name> <url>http://faktorzehn.org</url> </organization> <licenses> <license> <name>GNU Affero General Public License Version 3 with additional permissions</name> <url>http://www.gnu.org/licenses/agpl-3.0-standalone.html</url> <distribution>repo</distribution> <comments>The following additional permissions and restrictions are stated by Faktor Zehn GmbH in accordance with section 7 of the AGPL: If you modify the Program or any covered work, by linking or combining it with libraries of the namespace org.eclipse.* and org.junit (including dependencies or a modified version of these libraries), thus containing parts covered by the terms of Eclipse Public License Version 1.0 (EPL), the licensors of this Program grant you the additional permission to convey the resulting work. If you modify the Program or any covered work, without changing its source code, only by linking or combining some or all bundles of the Program with separate works covered by AGPL- incompatible license terms, the licensors of this Program grant you the additional permission to convey the resulting work. You are not allowed to remove or alter any legal notices in the covered work or in the Appropriate Legal Notices.</comments> </license> <license> <name>Alternative Faktor-IPS License</name> <distribution>repo</distribution> <comments>If AGPL licensing is incompatible with your use of Faktor-IPS, alternative license terms are available from Faktor Zehn GmbH.</comments> </license> </licenses> <developers> <developer> <id>fips</id> <name>Faktor-IPS-Team</name> <email>fips@faktorzehn.de</email> </developer> </developers> <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false"> <connection>scm:git:git@github.com:faktorips/faktorips.base.git</connection> <developerConnection>scm:git:git@github.com:faktorips/faktorips.base.git</developerConnection> <url>https://github.com/faktorips/faktorips.base</url> </scm> <dependencies> <dependency> <groupId>org.faktorips</groupId> <artifactId>faktorips-runtime</artifactId> <version>25.7.0.a20250507-02</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-annotations</artifactId> <version>4.9.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <version>4.0.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> </project>