Skip to content

Commit

Permalink
Added slf4j simple
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Sep 18, 2023
1 parent dd9cbe9 commit caeff27
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fj-doc-guides-A001-hello-world-pdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
<version>${fj-doc-version}</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions fj-doc-guides-E001-hello-world-pdf-json-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
<version>${fj-doc-version}</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,19 @@

<url>https://www.fugerit.org/perm/venus/</url>

<dependencyManagement>

<dependencies>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.9</version>
<scope>test</scope>
</dependency>

</dependencies>

</dependencyManagement>

</project>

0 comments on commit caeff27

Please sign in to comment.