Gutemberg A. Da Silva schrieb:
can somebody help me with tapestry and postgres connector?
in mysql is so:
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.5</version>
</dependency>
how can I add dependency postgres?
Not Tapestry related, but anyway:
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>8.3-603.jdbc4</version>
</dependency>
hint: maven repo search
http://mvnrepository.com
Andy
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org