I am getting the following error with my maven in eclipse.
The container 'Maven Dependencies' references non existing library '.....\.m2\repository\sun\jdk\jconsole\jdk\jconsole-jdk.jar'
I do not have a reference for jconsole-jdk.jar file in my pom.xml . My pom.xml is avaialble at http://pastebin.com/tdxmtHqN
Appreciate the help. I am stuck because of this issue.
Update: I removed all the dependencis and added it one by one. I got the error when I added the following depenency.
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-spec-api</artifactId>
<version>8.1.0.Final</version>
<type>pom</type>
<scope>test</scope>
</dependency>
Regards -Albin