Skip to content

Commit 677d655

Browse files
authored
Merge pull request eXist-db#3905 from dizzzz/feature/remove_iprange
[feature] Remove IPrange filter to be deployed automagically.
2 parents bc815e4 + b1f0188 commit 677d655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exist-distribution/pom.xml

Lines changed: 2 additions & 2 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>

0 commit comments

Comments
 (0)