mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-11 01:33:24 +01:00
updating jetty version and removing old config
This commit is contained in:
parent
d191aa9075
commit
eb9a28603c
@ -559,14 +559,6 @@
|
|||||||
<overrideDescriptor>${project.basedir}/webdefault.xml</overrideDescriptor>
|
<overrideDescriptor>${project.basedir}/webdefault.xml</overrideDescriptor>
|
||||||
</webAppConfig>
|
</webAppConfig>
|
||||||
<systemProperties>
|
<systemProperties>
|
||||||
<systemProperty>
|
|
||||||
<name>org.mortbay.util.FileResource.checkAliases</name>
|
|
||||||
<value>false</value>
|
|
||||||
</systemProperty>
|
|
||||||
<systemProperty>
|
|
||||||
<name>org.mortbay.util.FileResource.checkAliases</name>
|
|
||||||
<value>false</value>
|
|
||||||
</systemProperty>
|
|
||||||
<systemProperty>
|
<systemProperty>
|
||||||
<name>database.base.url</name>
|
<name>database.base.url</name>
|
||||||
<value>${project.build.directory}</value>
|
<value>${project.build.directory}</value>
|
||||||
@ -606,9 +598,9 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<artifactItems>
|
<artifactItems>
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>org.mortbay.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
<artifactId>jetty-runner</artifactId>
|
<artifactId>jetty-runner</artifactId>
|
||||||
<version>7.4.5.v20110725</version>
|
<version>9.1.3.v20140225</version>
|
||||||
<destFileName>jetty-runner.jar</destFileName>
|
<destFileName>jetty-runner.jar</destFileName>
|
||||||
</artifactItem>
|
</artifactItem>
|
||||||
</artifactItems>
|
</artifactItems>
|
||||||
|
Loading…
Reference in New Issue
Block a user