Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/9.4.x' into 10.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Jan 8, 2025
2 parents 743b7f4 + 44d27c8 commit 7a34ef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion embedded/logging-slf4j-and-log4j2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<name>Jetty Examples :: Jetty 10.0.x :: Embedded :: Logging with SLF4J and Log4j2</name>

<properties>
<log4j2.version>2.24.1</log4j2.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4j.version>2.0.16</slf4j.version>
</properties>
Expand All @@ -33,7 +34,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.24.1</version>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<module>standalone</module>
<module>webapps</module>
</modules>

<scm>
<connection>scm:git:https://github.com/jetty/${jetty.git.repo}.git</connection>
<developerConnection>scm:git:git@github.com:jetty/${jetty.git.repo}.git</developerConnection>
Expand Down

0 comments on commit 7a34ef1

Please sign in to comment.