Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The problem, dependencies in project:
<dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-utils</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <scope>test</scope> </dependency>
maven-shared-utils - depends on commons-io, but we have commons-io in test scope in project so it will be not installed.
In runtime we need a commons-io
Attachments
Issue Links
- links to