We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661956c commit d4460a8Copy full SHA for d4460a8
plugins/user-authenticators/ldap/pom.xml
@@ -139,6 +139,7 @@
139
<groupId>org.zapodot</groupId>
140
<artifactId>embedded-ldap-junit</artifactId>
141
<version>${zapdot.version}</version>
142
+ <scope>test</scope>
143
</dependency>
144
<dependency>
145
<groupId>com.unboundid</groupId>
utils/pom.xml
@@ -127,7 +127,7 @@
127
128
<groupId>commons-io</groupId>
129
<artifactId>commons-io</artifactId>
130
- <scope>provided</scope>
+ <scope>compile</scope>
131
132
133
<groupId>org.apache.commons</groupId>
0 commit comments