support gh token for github api
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
eefe3d202b
commit
3ddccfe4bc
8
pom.xml
8
pom.xml
|
@ -391,6 +391,14 @@
|
|||
</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.114</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
Loading…
Reference in New Issue