Remove github-api dependency (no longer needed)
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
bf3c8da0a5
commit
f7c4903975
8
pom.xml
8
pom.xml
|
@ -416,14 +416,6 @@
|
|||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<!-- this has better support of gh token remove when with next release of jetty-version-maven-plugin -->
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.kohsuke</groupId>
|
||||
<artifactId>github-api</artifactId>
|
||||
<version>1.116</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
Loading…
Reference in New Issue