Skip to content
Snippets Groups Projects

build: reorganize POMs

Merged Hugues.Cazeaux requested to merge HCA-RefactorPom into master
+ 2
1
@@ -34,6 +34,7 @@
<!-- JAXB -->
<jaxb-impl.version>2.3.2</jaxb-impl.version>
<jaxb-core.version>2.3.0.1</jaxb-core.version>
<jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version>
<!-- sonar configs -->
<sonar.host.url>https://sonar.unige.ch</sonar.host.url>
<!--suppress UnresolvedMavenProperty -->
@@ -74,7 +75,7 @@
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>2.3.2</version>
<version>${jakarta.xml.bind-api.version}</version>
</dependency>
<!-- JUnit -->
<dependency>
Loading