|
| 1 | +<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/maven-v4_0_0.xsd"> |
| 2 | + <modelVersion>4.0.0</modelVersion> |
| 3 | + <parent> |
| 4 | + <groupId>org.jvnet.jaxb</groupId> |
| 5 | + <artifactId>jaxb-tools-bom-parent</artifactId> |
| 6 | + <version>4.0.10-SNAPSHOT</version> |
| 7 | + <relativePath>../pom.xml</relativePath> |
| 8 | + </parent> |
| 9 | + <artifactId>jaxb-tools-bom</artifactId> |
| 10 | + <packaging>pom</packaging> |
| 11 | + <name>JAXB Tools :: JAXB Tools BOM</name> |
| 12 | + <description>JAXB Tools BOM file to align jaxb api and runtime dependencies.</description> |
| 13 | + <properties> |
| 14 | + <jaxb-api.version>4.0.2</jaxb-api.version> |
| 15 | + <istack.version>4.1.2</istack.version> |
| 16 | + <fastinfoset.version>2.1.1</fastinfoset.version> |
| 17 | + </properties> |
| 18 | + <dependencyManagement> |
| 19 | + <!-- Start of jaxb-runtime dependencies --> |
| 20 | + <dependencies> |
| 21 | + <dependency> |
| 22 | + <groupId>org.glassfish.jaxb</groupId> |
| 23 | + <artifactId>jaxb-runtime</artifactId> |
| 24 | + <version>${jaxb.version}</version> |
| 25 | + </dependency> |
| 26 | + <dependency> |
| 27 | + <groupId>jakarta.xml.bind</groupId> |
| 28 | + <artifactId>jakarta.xml.bind-api</artifactId> |
| 29 | + <version>${jaxb-api.version}</version> |
| 30 | + </dependency> |
| 31 | + <dependency> |
| 32 | + <groupId>org.glassfish.jaxb</groupId> |
| 33 | + <artifactId>txw2</artifactId> |
| 34 | + <version>${jaxb.version}</version> |
| 35 | + </dependency> |
| 36 | + <dependency> |
| 37 | + <groupId>com.sun.istack</groupId> |
| 38 | + <artifactId>istack-commons-runtime</artifactId> |
| 39 | + <version>${istack.version}</version> |
| 40 | + </dependency> |
| 41 | + <dependency> |
| 42 | + <groupId>org.jvnet.staxex</groupId> |
| 43 | + <artifactId>stax-ex</artifactId> |
| 44 | + <version>${stax-ex.version}</version> |
| 45 | + </dependency> |
| 46 | + <dependency> |
| 47 | + <groupId>com.sun.xml.fastinfoset</groupId> |
| 48 | + <artifactId>FastInfoset</artifactId> |
| 49 | + <version>${fastinfoset.version}</version> |
| 50 | + </dependency> |
| 51 | + <!-- End of jaxb-runtime dependencies --> |
| 52 | + </dependencies> |
| 53 | + </dependencyManagement> |
| 54 | +</project> |
0 commit comments