Skip to content

Commit b014dff

Browse files
committed
build: upgrade to maven-parent 0.12.4
1 parent 566e639 commit b014dff

2 files changed

Lines changed: 1 addition & 14 deletions

File tree

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>io.gdcc</groupId>
1515
<artifactId>parent</artifactId>
16-
<version>0.12.1</version>
16+
<version>0.12.4</version>
1717
</parent>
1818

1919
<modules>
@@ -43,9 +43,6 @@
4343
<jakarta.jaxb-impl.version>4.0.4</jakarta.jaxb-impl.version>
4444
<stax2.api.version>4.2.2</stax2.api.version>
4545
<woodstox.version>7.1.1</woodstox.version>
46-
47-
<!-- Testing dependencies -->
48-
<dependency-check-maven.version>12.1.3</dependency-check-maven.version>
4946
</properties>
5047

5148
<licenses>
@@ -65,7 +62,6 @@
6562
<plugin>
6663
<groupId>com.diffplug.spotless</groupId>
6764
<artifactId>spotless-maven-plugin</artifactId>
68-
<version>${spotless.version}</version>
6965
<configuration>
7066
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
7167
<ratchetFrom>origin/branch-5.0</ratchetFrom>
@@ -190,7 +186,6 @@
190186
<plugin>
191187
<groupId>org.apache.maven.plugins</groupId>
192188
<artifactId>maven-surefire-plugin</artifactId>
193-
<version>${maven-surefire-plugin.version}</version>
194189
<configuration>
195190
<skipTests>${skipUT}</skipTests>
196191
<includes>**/*Benchmark</includes>
@@ -210,7 +205,6 @@
210205
<!-- https://jeremylong.github.io/DependencyCheck/dependency-check-maven/index.html -->
211206
<groupId>org.owasp</groupId>
212207
<artifactId>dependency-check-maven</artifactId>
213-
<version>${dependency-check-maven.version}</version>
214208
<configuration>
215209
<failBuildOnCVSS>7</failBuildOnCVSS>
216210
<skipProvidedScope>true</skipProvidedScope>

xoai-data-provider-tck/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,6 @@
7575
<type>pom</type>
7676
<scope>import</scope>
7777
</dependency>
78-
<dependency>
79-
<groupId>org.testcontainers</groupId>
80-
<artifactId>testcontainers-bom</artifactId>
81-
<version>1.21.3</version>
82-
<scope>import</scope>
83-
<type>pom</type>
84-
</dependency>
8578
</dependencies>
8679
</dependencyManagement>
8780

0 commit comments

Comments
 (0)