Skip to content

Commit

Permalink
Update slf4j install locations
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben committed Jan 27, 2025
1 parent 614fb3c commit 4ef9bfc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
9 changes: 4 additions & 5 deletions FROST-Server.HTTP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -123,11 +127,6 @@
<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>
</artifactItems>
</configuration>
</execution>
Expand Down
10 changes: 10 additions & 0 deletions FROST-Server.MQTTP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,16 @@
<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
4 changes: 4 additions & 0 deletions FROST-Server.SQLjooq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
<groupId>com.google.cloud.sql</groupId>
<artifactId>postgres-socket-factory</artifactId>
</dependency>
<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>postgres-socket-factory</artifactId>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
Expand Down

0 comments on commit 4ef9bfc

Please sign in to comment.