Reputation: 127
I cant find this package anywhere. package com.felees.hbnpojogen.persistence does not exist. Has anybody come across it?
The error came up when I tried to build a new CVS repository. In the pom.xml there is a dependency
<dependency>
<groupId>com.felees</groupId>
<artifactId>hbnpojogen</artifactId>
<version>1.4.4</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
.
Upvotes: 3
Views: 664