| | |
| | | <artifactId>forgerock-build-tools</artifactId> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | |
| | | <!-- java.xml.bind (JAXB) - REMOVED --> |
| | | <dependency> |
| | | <groupId>javax.xml.bind</groupId> |
| | | <artifactId>jaxb-api</artifactId> |
| | | <version>2.3.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.sun.xml.bind</groupId> |
| | | <artifactId>jaxb-core</artifactId> |
| | | <version>2.3.0.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.sun.xml.bind</groupId> |
| | | <artifactId>jaxb-impl</artifactId> |
| | | <version>2.3.1</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | |