Skip to content

Commit 0297203

Browse files
author
helga_sh
committed
CNN example with Deeplearning4j in Java: add missing letter in pom
1 parent 0d9e8f0 commit 0297203

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deeplearning4j/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
<dependency>
4141
<groupId>org.slf4j</groupId>
4242
<artifactId>slf4j-api</artifactId>
43-
<version>${sl4j.version}</version>
43+
<version>${slf4j.version}</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.slf4j</groupId>
4747
<artifactId>slf4j-log4j12</artifactId>
48-
<version>${sl4j.version}</version>
48+
<version>${slf4j.version}</version>
4949
</dependency>
5050
<!-- https://mvnrepository.com/artifact/org.datavec/datavec-api -->
5151
<dependency>

0 commit comments

Comments
 (0)