Skip to content

Commit

Permalink
[pom] Migrate to my fork of coveralls to drop javax namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 24, 2023
1 parent a466956 commit e69396b
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions Source/JNA/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<checkstyle.plugin>3.3.1</checkstyle.plugin>
<clean.plugin>3.3.2</clean.plugin>
<compiler.plugin>3.11.0</compiler.plugin>
<coveralls.plugin>4.4.1</coveralls.plugin>
<coveralls.plugin>4.5.0-M2</coveralls.plugin>
<dependency.plugin>3.6.1</dependency.plugin>
<dependency-check.plugin>9.0.0</dependency-check.plugin>
<deploy.plugin>3.1.1</deploy.plugin>
Expand Down Expand Up @@ -224,7 +224,6 @@
<yuicompressor.plugin>1.5.1</yuicompressor.plugin>

<!-- Plugin Dependency Versions -->
<bind-api.version>2.3.3</bind-api.version>
<bug-pattern.version>1.5.0</bug-pattern.version>
<build-tools.version>1.3.1</build-tools.version>
<checkstyle.version>10.12.5</checkstyle.version>
Expand Down Expand Up @@ -378,7 +377,7 @@
</excludes>
</enforceBytecodeVersion>
<requireJavaVersion>
<version>[17,18),[20,21),[21,22)</version>
<version>[17,18),[21,22),[22,23)</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[${maven.min-version},)</version>
Expand Down Expand Up @@ -693,16 +692,9 @@
<version>${jacoco.plugin}</version>
</plugin>
<plugin>
<groupId>io.jsonwebtoken.coveralls</groupId>
<groupId>com.github.hazendaz.maven</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>${coveralls.plugin}</version>
<dependencies>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>${bind-api.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>com.github.ekryd.sortpom</groupId>
Expand Down

0 comments on commit e69396b

Please sign in to comment.