Skip to content

Commit 5c0a02c

Browse files
committed
[pom] Use current coveralls fork and remove overrides as the defaults
javax was replaced with jakarta long time ago. Its the same at this level (ie not the package rename).
1 parent cfda284 commit 5c0a02c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -180,20 +180,11 @@
180180
</executions>
181181
</plugin>
182182
<plugin>
183-
<groupId>org.eluder.coveralls</groupId>
183+
<groupId>io.jsonwebtoken.coveralls</groupId>
184184
<artifactId>coveralls-maven-plugin</artifactId>
185-
<version>4.3.0</version>
186185
<configuration>
187186
<sourceDirectories>src/main/java,src/main/kotlin</sourceDirectories>
188187
</configuration>
189-
<dependencies>
190-
<dependency>
191-
<groupId>javax.xml.bind</groupId>
192-
<artifactId>jaxb-api</artifactId>
193-
<version>2.3.1</version>
194-
</dependency>
195-
</dependencies>
196-
</plugin>
197188
<plugin>
198189
<groupId>com.mycila</groupId>
199190
<artifactId>license-maven-plugin</artifactId>

0 commit comments

Comments
 (0)