Search Postgresql Archives

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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux