Added BAEL-3604 code (#9020)

* Added BAEL-3604 code
This commit is contained in:
Sam Millington
2020-04-08 18:40:34 +01:00
committed by GitHub
parent 5b39f14fc9
commit c66e7c89f7
3 changed files with 85 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
</parent>
<dependencies>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
@@ -36,6 +37,15 @@
<version>${assertj-core.version}</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
</dependencies>
<properties>
@@ -46,4 +56,5 @@
<!-- testing -->
<assertj-core.version>3.10.0</assertj-core.version>
</properties>
</project>