Skip to content

Commit 71ac337

Browse files
committed
add slf4j log support
Signed-off-by: wanjunlei <[email protected]>
1 parent 8a0f54a commit 71ac337

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

functions-framework-invoker/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@
120120
<artifactId>jersey-common</artifactId>
121121
<version>3.0.5</version>
122122
</dependency>
123+
<dependency>
124+
<groupId>org.slf4j</groupId>
125+
<artifactId>slf4j-simple</artifactId>
126+
<version>2.0.0-alpha6</version>
127+
</dependency>
123128
</dependencies>
124129

125130
<build>

0 commit comments

Comments
 (0)