IDEMPIERE-3687:remove setting of alpn/http2 out of core

This commit is contained in:
hieplq 2018-12-29 10:52:10 +07:00
parent 902936fb34
commit d7f53e51b4
2 changed files with 1 additions and 21 deletions

View File

@ -1,5 +1,5 @@
bin.includes = feature.xml
root=file:build.xml,file:setup.ini,file:extensions-priorty.properties,file:hazelcast-template.xml,file:../alpn-boot.jar
root=file:build.xml,file:setup.ini,file:extensions-priorty.properties,file:hazelcast-template.xml
root.folder.data=data
root.folder.setup=setup
root.folder.jettyhome=jettyhome

View File

@ -125,26 +125,6 @@
<overWriteSnapshots>true</overWriteSnapshots>
</configuration>
</execution>
<execution>
<id>alpn.lib</id>
<phase>validate</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.mortbay.jetty.alpn</groupId>
<artifactId>alpn-boot</artifactId>
<version>${jetty.alpn-boot.version}</version>
</artifactItem>
</artifactItems>
<outputDirectory>../</outputDirectory>
<stripVersion>true</stripVersion>
<overWriteReleases>true</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
</configuration>
</execution>
</executions>
</plugin>
<plugin>