Skip to content

Commit

Permalink
Reduce diff from HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben committed Jan 29, 2025
1 parent 2d27d9c commit 6ced0ac
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 55 deletions.
12 changes: 0 additions & 12 deletions FROST-Server.HTTP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,26 +55,14 @@
<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>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
25 changes: 0 additions & 25 deletions FROST-Server.MQTTP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,36 +113,11 @@
<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>
<version>${version.mariadb}</version>
</artifactItem>
<artifactItem>
<groupId>com.google.cloud.sql</groupId>
<artifactId>postgres-socket-factory</artifactId>
<version>${version.socketfactory}</version>
</artifactItem>
<artifactItem>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>${version.slf4j-api}</version>
</artifactItem>
<artifactItem>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${version.slf4j-api}</version>
</artifactItem>
</artifactItems>
</configuration>
</execution>
Expand Down
8 changes: 0 additions & 8 deletions FROST-Server.SQLjooq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,10 @@
<artifactId>postgresql</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>cloud-sql-connector-jdbc-core</artifactId>
<version>${version.socketfactory}</version>
</dependency>
<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>postgres-socket-factory</artifactId>
Expand Down Expand Up @@ -387,11 +382,6 @@
<artifactId>slf4j-api</artifactId>
<version>${version.slf4j-api}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${version.slf4j-api}</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
Expand Down

0 comments on commit 6ced0ac

Please sign in to comment.