We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfda284 commit 5c0a02cCopy full SHA for 5c0a02c
pom.xml
@@ -180,20 +180,11 @@
180
</executions>
181
</plugin>
182
<plugin>
183
- <groupId>org.eluder.coveralls</groupId>
+ <groupId>io.jsonwebtoken.coveralls</groupId>
184
<artifactId>coveralls-maven-plugin</artifactId>
185
- <version>4.3.0</version>
186
<configuration>
187
<sourceDirectories>src/main/java,src/main/kotlin</sourceDirectories>
188
</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>
197
198
<groupId>com.mycila</groupId>
199
<artifactId>license-maven-plugin</artifactId>
0 commit comments