lsalamon / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

Incorrect dependency type in config-store project #197

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
config/config-store/pom.xml in revision b71c160a0591 has what appears to be an 
incorrectly formed dependency.

The type should presumably either be jar or the tag just left out.

<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate</artifactId>
    <version>3.2.7.ga</version> 
    <type>pom</type>
    <scope>compile</scope>
</dependency>

Original issue reported on code.google.com by phillip....@nitorgroup.com on 27 Dec 2012 at 4:23