Skip to content

Commit d4460a8

Browse files
Scope setting changes in ldap and utils pom.xml files (apache#6557)
1 parent 661956c commit d4460a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

plugins/user-authenticators/ldap/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
<groupId>org.zapodot</groupId>
140140
<artifactId>embedded-ldap-junit</artifactId>
141141
<version>${zapdot.version}</version>
142+
<scope>test</scope>
142143
</dependency>
143144
<dependency>
144145
<groupId>com.unboundid</groupId>

utils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>commons-io</groupId>
129129
<artifactId>commons-io</artifactId>
130-
<scope>provided</scope>
130+
<scope>compile</scope>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)