aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2021-04-13 13:29:42 +0200
committerGitHub <noreply@github.com>2021-04-13 13:29:42 +0200
commit15cfe75732630554a7bc136bf9537d65075aec90 (patch)
treefd8204d5e9f4a4f13def76e18597317c7f64900c /hosted-tenant-base
parent9c56063bb3d68108d391aa6d8441d211b04ab38b (diff)
parenta07dcede48d72b2e7e1486bbed11568a20620ab3 (diff)
Merge pull request #17399 from vespa-engine/jonmv/reapply-upgrade-athenz
Jonmv/reapply upgrade athenz
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>