GeoNames Home | Postal Codes | Download / Webservice | About 

GeoNames Forum
  [Search] Search   [Recent Topics] Recent Topics   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Using GeoNames Data First Time  XML
Forum Index -> General
Author Message
blademaster123



Joined: 03/07/2008 00:13:07
Messages: 3
Offline

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
 
Forum Index -> General
Go to:   
Powered by JForum 2.1.5 © JForum Team