Hi !
This is my first partecipation at this mailing list....and obviously
with a very simple question.
I need to add a postgres jdbc dependency to maven.

Googling I found these lines to add to pom.xml:

<dependency>
      <groupId>postgresql</groupId>
      <artifactId>postgresql</artifactId>
      <version>8.1-407.jdbc3</version>
      <url>http://www.postgresql.org/</url>
</dependency>

It worked, but I'd like to know what to write as groupID, artifactID, ... ?
Could you please help me or point me to the documentation explaining it?

Thank you,
Nicola

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to