Skip to content

Commit 29201e4

Browse files
committed
Remove IPrange filter to be deployed automagically.
1 parent a85b483 commit 29201e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exist-distribution/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,12 +271,12 @@
271271
<version>${project.version}</version>
272272
<scope>runtime</scope>
273273
</dependency>
274-
<dependency>
274+
<!--dependency>
275275
<groupId>${project.groupId}</groupId>
276276
<artifactId>exist-security-iprange</artifactId>
277277
<version>${project.version}</version>
278278
<scope>runtime</scope>
279-
</dependency>
279+
</dependency-->
280280
<dependency>
281281
<groupId>${project.groupId}</groupId>
282282
<artifactId>exist-security-ldap</artifactId>
@@ -766,7 +766,7 @@
766766
<systemProperty>file.encoding=UTF-8</systemProperty>
767767
<systemProperty>log4j.configurationFile=@BASEDIR@/etc/log4j2.xml</systemProperty>
768768
<systemProperty>exist.home=@BASEDIR@</systemProperty>
769-
<systemProperty>exist.configurationFile=@BASEDIR@/etc/conf.xml</systemProperty>
769+
<systemProperty>exist.configurationFile=@cd BASEDIR@/etc/conf.xml</systemProperty>
770770
<systemProperty>jetty.home=@BASEDIR@</systemProperty>
771771
<systemProperty>exist.jetty.config=@BASEDIR@/etc/jetty/standard.enabled-jetty-configs</systemProperty>
772772
</systemProperties>

0 commit comments

Comments
 (0)