Skip to content

Commit

Permalink
Move http postgis to local module
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben committed Jan 29, 2025
1 parent 974aacb commit bb58b99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
18 changes: 8 additions & 10 deletions FROST-Server.HTTP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,18 @@
<artifactId>jakarta.jakartaee-web-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.postgis</groupId>
<artifactId>postgis-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
Expand Down Expand Up @@ -112,16 +120,6 @@
<outputDirectory>${docker.dependencies.dir}</outputDirectory>
<silent>true</silent>
<artifactItems>
<artifactItem>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>${version.postgres}</version>
</artifactItem>
<artifactItem>
<groupId>net.postgis</groupId>
<artifactId>postgis-jdbc</artifactId>
<version>${version.postgis}</version>
</artifactItem>
<artifactItem>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions FROST-Server.SQLjooq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>cloud-sql-connector-jdbc-core</artifactId>
</dependency>
<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>postgres-socket-factory</artifactId>
Expand Down

0 comments on commit bb58b99

Please sign in to comment.