aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-04-12 21:31:46 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-04-12 21:33:13 +0200
commitb16e34c73b39b3db7c0b83b4533a6e51395fac26 (patch)
treebe1910ad8b1fd556d6d5db918c78b766298cc62a /hosted-tenant-base
parenta6bffc901b462bfc7545781a1e275c3e97057b8f (diff)
Upgrade athenz to 1.10.11
Diffstat (limited to 'hosted-tenant-base')
-rw-r--r--hosted-tenant-base/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index 094238454c9..08648f47ce2 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -66,6 +66,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
+ <dependency>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-runtime</artifactId>
+ <version>2.3.2</version> <!-- 2.3.3 has BROKEN manifest -->
+ </dependency>
</dependencies>
</dependencyManagement>