Skip to content

Commit afccf0b

Browse files
committed
Include log library on samlple project
1 parent d331976 commit afccf0b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

samples/java-saml-jspsample/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
<artifactId>java-saml</artifactId>
1717
<version>${project.version}</version>
1818
</dependency>
19+
<!-- for log -->
20+
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
21+
<dependency>
22+
<groupId>org.slf4j</groupId>
23+
<artifactId>slf4j-simple</artifactId>
24+
<version>1.6.1</version>
25+
</dependency>
1926
</dependencies>
2027

2128
</project>

0 commit comments

Comments
 (0)