summaryrefslogtreecommitdiffstats
path: root/container-dependency-versions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-08-31 15:03:09 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2023-08-31 15:03:09 +0200
commit757e3c8d05a9c45536f939d48e9892953981e4d4 (patch)
treef00dbc9ea862824461ad868eb37fea2ccfe29354 /container-dependency-versions
parent3c0574dacee144660f87685b86344d9b0292e6b3 (diff)
jaxb are many components with different versioning.
Diffstat (limited to 'container-dependency-versions')
-rw-r--r--container-dependency-versions/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/container-dependency-versions/pom.xml b/container-dependency-versions/pom.xml
index 72af951d965..8d3ae6aca0e 100644
--- a/container-dependency-versions/pom.xml
+++ b/container-dependency-versions/pom.xml
@@ -116,19 +116,19 @@
<!-- TODO Vespa 9: stop exporting/providing and move to parent? -->
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
- <version>${jaxb.vespa.version}</version>
+ <version>${jaxb-api.vespa.version}</version>
</dependency>
<dependency>
<!-- TODO Vespa 9: stop exporting/providing and move to parent? -->
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
- <version>${jaxb.vespa.version}</version>
+ <version>${jaxb-core.vespa.version}</version>
</dependency>
<dependency>
<!-- TODO Vespa 9: stop exporting/providing and move to parent? -->
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
- <version>${jaxb.vespa.version}</version>
+ <version>${jaxb-impl.vespa.version}</version>
</dependency>
<dependency>
<!-- Needed by jaxb-api, and possibly guice -->