Using 8.0.27 release
This commit is contained in:
parent
e6ffa35b2c
commit
06593a546c
12
pom.xml
12
pom.xml
|
@ -17,7 +17,7 @@
|
|||
<slf4j-version>1.6.6</slf4j-version>
|
||||
<jetty-test-policy-version>1.2</jetty-test-policy-version>
|
||||
<alpn.api.version>1.1.2.v20150522</alpn.api.version>
|
||||
<jsp.version>8.0.27-SNAPSHOT</jsp.version>
|
||||
<jsp.version>8.0.27</jsp.version>
|
||||
<!-- default values are unsupported, but required to be defined for reactor sanity reasons -->
|
||||
<alpn.version>undefined</alpn.version>
|
||||
</properties>
|
||||
|
@ -981,14 +981,4 @@
|
|||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
<repositories>
|
||||
<repository>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<id>jetty-snapshots</id>
|
||||
<name>Jetty Snapshots Repository</name>
|
||||
<url>https://oss.sonatype.org/content/repositories/jetty-snapshots</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue