Re: Right version of jdbc

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Right version of jdbc
Дата
Msg-id CADK3HHJYTNhi-Sa4by0PNLVDhHLiGwVKOQynCqQJjhVXjPuwig@mail.gmail.com
обсуждение исходный текст
Ответ на Right version of jdbc  (Raivo Rebane <raivore55@gmail.com>)
Ответы Re: Right version of jdbc  (Raivo Rebane <raivore55@gmail.com>)
Список pgsql-general
First of all please use reply all so that everyone sees the answers.


I suggest at this point you provide a test project on github that you can share.

There is something wrong with the classpath

Dave Cramer
www.postgres.rocks


On Wed, 27 Sept 2023 at 01:52, Raivo Rebane <raivore55@gmail.com> wrote:
Hi,
Thanks for response, but if I using following dependencies :

<dependencies>

<dependency>

<groupId>net.postgis</groupId>

<artifactId>postgis-jdbc</artifactId>

<version>2021.1.0</version>

</dependency>

<dependency>

<groupId>org.postgresql</groupId>

<artifactId>postgresql</artifactId>

<version>42.6.0</version> <!-- Kasuta kõige uuemat versiooni -->

</dependency>

</dependencies>

I have error :

The type org.postgresql.util.PGobject cannot be resolved. It is indirectly referenced from required type org.postgis.PGgeometry


What is wrong with me ?


Raivo

В списке pgsql-general по дате отправления:

Предыдущее
От: dld
Дата:
Сообщение: Re: Early binding of CURRENT_SCHEMA (Was: CREATE FUNCTION ... SEARCH {, DEFAULT | SYSTEM | SESSION })
Следующее
От: Somnath Som
Дата:
Сообщение: Regarding PostgreSQL 15.4