File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change 149149 </execution >
150150 </executions >
151151 </plugin >
152+ <plugin >
153+ <groupId >org.eluder.coveralls</groupId >
154+ <artifactId >coveralls-maven-plugin</artifactId >
155+ <version >4.3.0</version >
156+ <configuration >
157+ <repoToken >yavqijXiUmoq93guQTknXuB9JEfpNc8v7</repoToken >
158+ </configuration >
159+ <dependencies >
160+ <dependency >
161+ <groupId >javax.xml.bind</groupId >
162+ <artifactId >jaxb-api</artifactId >
163+ <version >2.3.1</version >
164+ </dependency >
165+ </dependencies >
166+ </plugin >
152167 </plugins >
153168 </build >
154169
197212 </execution >
198213 </executions >
199214 </plugin >
200- <plugin >
201- <groupId >org.eluder.coveralls</groupId >
202- <artifactId >coveralls-maven-plugin</artifactId >
203- <version >4.3.0</version >
204- <configuration >
205- <repoToken >yavqijXiUmoq93guQTknXuB9JEfpNc8v7</repoToken >
206- </configuration >
207- </plugin >
208215 <plugin >
209216 <groupId >org.sonatype.plugins</groupId >
210217 <artifactId >nexus-staging-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments