precursor
precursor

Reputation: 127

package com.felees.hbnpojogen.persistence does not exist

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

Answers (1)

Rakesh
Rakesh

Reputation: 4334

You can download the package here

Upvotes: 1

Related Questions