Re: "package org.postgresql.util does not exist" compilation problem

From: Santiago Álvarez Martínez <santiagoam(at)hotmail(dot)com>
To: <craig(at)postnewspapers(dot)com(dot)au>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: "package org.postgresql.util does not exist" compilation problem
Date: 2010-08-04 19:18:20
Message-ID: COL118-W2858FA5EE790FFD9597C3ACBAF0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi, Craig:

Thanks for your reply.

I've just discovered where the error was (and, as I supposed, it was my fault).

Before adding the PostgreSQL dependency, I had this one, some lines before:

<dependency>
<groupId>${jdbcDriver.groupId}</groupId>
<artifactId>${jdbcDriver.artifactId}</artifactId>
<version>${jdbcDriver.version}</version>
<scope>test</scope>
</dependency>

And that scope parameter, made Maven ignore the dependency until the test phase...

Once removed, everything works fine.

Thank you very much.

Santiago.

Browse pgsql-general by date

  From Date Subject
Next Message Jay Flattery 2010-08-04 19:45:30 Re: hashtable issue - HASH_FIND??
Previous Message Vick Khera 2010-08-04 18:48:39 Re: Embedded text column versus referenced text