diff options
Diffstat (limited to 'vpp-classifier/impl')
-rw-r--r-- | vpp-classifier/impl/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/vpp-classifier/impl/pom.xml b/vpp-classifier/impl/pom.xml index 1b362c63a..662d42d5b 100644 --- a/vpp-classifier/impl/pom.xml +++ b/vpp-classifier/impl/pom.xml @@ -77,6 +77,11 @@ <artifactId>vpp-translate-utils</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>2.4.0-b180725.0427</version> + </dependency> <!-- TODO - HC2VPP-97 change once interfaces-impl once modules present @@ -123,7 +128,7 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> </dependencies> |