Skip to content

Commit

Permalink
Merge pull request fujitsu#56 from tnagao7/slf4j
Browse files Browse the repository at this point in the history
Add slf4j-jdk14 for SLF4J logging
  • Loading branch information
tnagao7 authored Jul 12, 2022
2 parents 89f92a2 + 3a1dd89 commit 74f37c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 5 additions & 1 deletion launcher-impl/microprofile/jwt-auth/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2019-2021 Fujitsu Limited and/or its affiliates. All rights reserved.
Copyright (c) 2019-2022 Fujitsu Limited and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -31,6 +31,10 @@
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-jaxrs</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
<smallrye.openapi.version>3.0.0-RC1</smallrye.openapi.version>
<smallrye.opentracing.version>3.0.0-RC1</smallrye.opentracing.version>
<args4j.version>2.33</args4j.version>
<slf4j.version>1.7.21</slf4j.version>
<opentracing-tracerresolver.version>0.1.8</opentracing-tracerresolver.version>
<maven.clean.plugin.version>3.0.0</maven.clean.plugin.version>
<maven.deploy.plugin.version>2.8.2</maven.deploy.plugin.version>
Expand Down Expand Up @@ -376,6 +377,12 @@
<artifactId>args4j</artifactId>
<version>${args4j.version}</version>
</dependency>
<!-- slf4j -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>${slf4j.version}</version>
</dependency>
<!-- opentracing-contrib -->
<dependency>
<groupId>io.opentracing.contrib</groupId>
Expand Down

0 comments on commit 74f37c3

Please sign in to comment.