Merge branch 'jetty-10.0.x' into dependabot/maven/jetty-10.0.x/com.github.jnr-jnr-posix-3.1.12
This commit is contained in:
commit
6fb93523be
|
@ -33,9 +33,20 @@
|
||||||
<doCheck>false</doCheck>
|
<doCheck>false</doCheck>
|
||||||
<doUpdate>false</doUpdate>
|
<doUpdate>false</doUpdate>
|
||||||
<revisionOnScmFailure>${nonCanonicalRevision}</revisionOnScmFailure>
|
<revisionOnScmFailure>${nonCanonicalRevision}</revisionOnScmFailure>
|
||||||
|
<providerImplementations>
|
||||||
|
<git>jgit</git>
|
||||||
|
</providerImplementations>
|
||||||
|
<scmDirectory>../</scmDirectory>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.maven.scm</groupId>
|
||||||
|
<artifactId>maven-scm-provider-jgit</artifactId>
|
||||||
|
<version>1.10.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.felix</groupId>
|
<groupId>org.apache.felix</groupId>
|
||||||
|
|
1
pom.xml
1
pom.xml
|
@ -84,7 +84,6 @@
|
||||||
<jmh.version>1.33</jmh.version>
|
<jmh.version>1.33</jmh.version>
|
||||||
<jna.version>5.10.0</jna.version>
|
<jna.version>5.10.0</jna.version>
|
||||||
<jnr-constants.version>0.10.3</jnr-constants.version>
|
<jnr-constants.version>0.10.3</jnr-constants.version>
|
||||||
<jnr-enxio.version>0.32.10</jnr-enxio.version>
|
|
||||||
<jnr-ffi.version>2.2.9</jnr-ffi.version>
|
<jnr-ffi.version>2.2.9</jnr-ffi.version>
|
||||||
<jnr-posix.version>3.1.12</jnr-posix.version>
|
<jnr-posix.version>3.1.12</jnr-posix.version>
|
||||||
<jnr-unixsocket.version>0.38.12</jnr-unixsocket.version>
|
<jnr-unixsocket.version>0.38.12</jnr-unixsocket.version>
|
||||||
|
|
Loading…
Reference in New Issue