Hi i attempting to use the GeoName geonames-1.0 and jdom-1.0 file in NB6 with maven POM.XML file. What would be the correct way to add this as part of a dependency please, becuase what i have is this:
Code:
<dependency>
<groupId>org.geonames</groupId>
<artifactId>geonames</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
but get errors stating ERROR PARSING POM.XML. Could somebody give me some pointers please. Cheers