I am trying to compile a Apache Wicket Project with wicket version 6.15.0. I am using Apache Wicket 6.15.0 jar, maven dependency in my pom.xml.
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core</artifactId>
<version>6.15.0</version>
</dependency>
For this I am getting error as:
[ERROR] error: error reading C:\Users\maddy\.m2\repository\org\apache\wicket\wicket-util\6.15.0\wicket-util-6.15.0.jar; invalid CEN header (bad signature)
Please guide solution on this.