Skip to content

Commit

Permalink
Introduce dependency management everywhere
Browse files Browse the repository at this point in the history
Remove dependency managament overriding that of Spring Boot
Upgrade to latest versions
  • Loading branch information
klafbang committed Oct 21, 2024
1 parent 5835ebe commit 350ca01
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 81 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ dynamo-vaadin/target
dynamo-frontend-export/frontend/
*.sh
dynamo-frontend/frontend/generated
dynamo-angular/src/main/dynamo/.angular
1 change: 0 additions & 1 deletion dynamo-angular/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>${asciidoctor.maven.plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion dynamo-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>${asciidoctor.maven.plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
3 changes: 0 additions & 3 deletions dynamo-export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,14 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.2.5</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.2.5</version>
</dependency>
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.9</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
3 changes: 0 additions & 3 deletions dynamo-formfill/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.17.2</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down Expand Up @@ -85,7 +84,6 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -157,7 +155,6 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>${asciidoctor.maven.plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion dynamo-functional-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>${asciidoctor.maven.plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
2 changes: 0 additions & 2 deletions dynamo-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -157,7 +156,6 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>${asciidoctor.maven.plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion dynamo-integration-camel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>${asciidoctor.maven.plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion dynamo-integration-import/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>${asciidoctor.maven.plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
3 changes: 0 additions & 3 deletions dynamo-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -99,7 +98,6 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -147,7 +145,6 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>${asciidoctor.maven.plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
2 changes: 0 additions & 2 deletions dynamo-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>${spring.boot.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -50,7 +49,6 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>${asciidoctor.maven.plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
73 changes: 10 additions & 63 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,25 +98,19 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<com.maven.plugins.apt.version>1.1.3</com.maven.plugins.apt.version>
<commons.io.version>2.16.1</commons.io.version>
<commons.text.version>1.12.0</commons.text.version>
<dependency.skip>true</dependency.skip>
<github-release-plugin.version>1.4.0</github-release-plugin.version>
<jakarta.version>3.1.0</jakarta.version>
<junit.version>5.10.3</junit.version>
<lombok.version>1.18.34</lombok.version>
<opencsv.version>5.9</opencsv.version>
<org.apache.maven.plugins.gpg.version>3.2.7</org.apache.maven.plugins.gpg.version>
<org.sonatype.plugins.version>1.6.13</org.sonatype.plugins.version>
<poi.version>5.3.0</poi.version>
<querydsl.version>5.1.0</querydsl.version>
<spotbugs.version>4.8.6.3</spotbugs.version>
<spring.ai.version>0.8.1</spring.ai.version>
<spring.boot.version>3.3.3</spring.boot.version>
<spring.boot.version>3.3.4</spring.boot.version>
<asciidoctor.maven.plugin.version>3.0.0</asciidoctor.maven.plugin.version>
<asciidoctorj.pdf.version>2.3.18</asciidoctorj.pdf.version>
<asciidoctorj.version>2.5.13</asciidoctorj.version>
<jruby.version>9.4.6.0</jruby.version>
<asciidoctorj.pdf.version>2.3.19</asciidoctorj.pdf.version>
<asciidoctorj.version>3.0.0</asciidoctorj.version>
<jruby.version>9.4.8.0</jruby.version>
<asciidoc.dynamo.version>${project.version}</asciidoc.dynamo.version>
<asciidoc.inception.year>${project.inceptionYear}</asciidoc.inception.year>
<maven.build.timestamp.format>yyyy</maven.build.timestamp.format>
Expand All @@ -136,45 +130,15 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>jakarta.persistence</groupId>
<artifactId>jakarta.persistence-api</artifactId>
<version>${jakarta.version}</version>
</dependency>
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<version>${jakarta.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.15.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.32</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.2.1-jre</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>com.querydsl</groupId>
Expand All @@ -185,7 +149,7 @@
<dependency>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-apt</artifactId>
<version>${querydsl.version}</version>
<version>5.1.0</version>
<classifier>jakarta</classifier>
<scope>provided</scope>
</dependency>
Expand Down Expand Up @@ -234,27 +198,10 @@
<artifactId>spring-ai-ollama</artifactId>
<version>${spring.ai.version}</version>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-spring-boot-starter</artifactId>
<version>4.7.0</version>
<version>4.8.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -332,12 +279,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>9.2.1</version>
<version>10.18.2</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 350ca01

Please sign in to comment.