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 40e74bf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
13 changes: 8 additions & 5 deletions FROST-Server.HTTP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>postgres-socket-factory</artifactId>
</dependency>
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-web-api</artifactId>
Expand All @@ -63,6 +67,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 +131,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

0 comments on commit 40e74bf

Please sign in to comment.