From 4d2ebd4a98ae10628ff01ac8720d9e9f95d99ca3 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Thu, 6 Sep 2018 22:17:47 +0200 Subject: [PATCH] Jaxb reference --- P/Sda2/forum_1/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/P/Sda2/forum_1/pom.xml b/P/Sda2/forum_1/pom.xml index ee1be78aa..777e1b283 100644 --- a/P/Sda2/forum_1/pom.xml +++ b/P/Sda2/forum_1/pom.xml @@ -134,7 +134,6 @@ <version>4.2.0.Final</version> </dependency> - <!-- Encryption / Hash / Base64 --> <dependency> <groupId>commons-codec</groupId> @@ -142,6 +141,13 @@ <version>1.9</version> </dependency> + <dependency> + <groupId>javax.annotation</groupId> + <artifactId>javax.annotation-api</artifactId> + <version>1.3.1</version> + +</dependency> + </dependencies> <build> -- GitLab