Skip to content

Commit

Permalink
#409 add slf4j-simple dependency for running BrowserStartup
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Oct 15, 2024
1 parent e0218ab commit 3bbb169
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions flying-saucer-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@
<artifactId>flying-saucer-pdf</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
<scope>provided,runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
Expand Down

0 comments on commit 3bbb169

Please sign in to comment.