I have a dependency with scope provided in pom.xml
file. But m2e give Missing artifact error
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>11.2.0.3</version>
<scope>provided</scope>
</dependency>`
Why is it so ? I have 4 more dependencies with provided
scope all are having same error.