Skip to content

Commit

Permalink
Add more version properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaar, Bjørn-Andre committed Jan 16, 2024
1 parent 4deb5df commit 56f18e9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
3 changes: 1 addition & 2 deletions klass-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<groupId>no.ssb.klass</groupId>
<artifactId>klass-root</artifactId>
<version>3.0.0-SNAPSHOT</version>
<!-- <relativePath>../</relativePath>-->
</parent>

<properties>
Expand Down Expand Up @@ -72,7 +71,7 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
<version>${jaxb-api-version}</version>
<scope>provided</scope>
</dependency>

Expand Down
3 changes: 2 additions & 1 deletion klass-forvaltning/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
Remove when Spring Boot includes version 1.1.2 or newer -->
<spring-restdocs.version>1.2.1.RELEASE</spring-restdocs.version>
<solr-version>5.5.5</solr-version>
<spring-data-solr-version>2.1.0.RELEASE</spring-data-solr-version>
</properties>

<parent>
Expand Down Expand Up @@ -70,7 +71,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-solr</artifactId>
<version>2.1.0.RELEASE</version>
<version>${spring-data-solr-version}</version>
</dependency>

<!--TOMCAT-->
Expand Down
4 changes: 2 additions & 2 deletions klass-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,13 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
<version>${jaxb-api-version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<version>${commons-io-version}</version>
</dependency>
<dependency>
<groupId>javax.interceptor</groupId>
Expand Down
2 changes: 1 addition & 1 deletion klass-solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<version>${commons-io-version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
<!-- Override Spring Boot managed version.
Remove when Spring Boot includes this version or newer -->
<flyway.version>10.0.1</flyway.version>

<jaxb-api-version>2.3.1</jaxb-api-version>
<commons-io-version>2.15.1</commons-io-version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 56f18e9

Please sign in to comment.