Skip to content

Commit 21dd390

Browse files
committed
Remove codec module
1 parent 39ae70f commit 21dd390

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

dl4j-examples/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,7 @@
143143
<artifactId>logback-classic</artifactId>
144144
<version>${logback.version}</version>
145145
</dependency>
146-
<dependency>
147-
<groupId>org.datavec</groupId>
148-
<artifactId>datavec-data-codec</artifactId>
149-
<version>${dl4j-master.version}</version>
150-
</dependency>
146+
151147
<dependency>
152148
<groupId>org.bytedeco</groupId>
153149
<artifactId>javacv-platform</artifactId>

samediff-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</repositories>
7171

7272

73-
73+
7474
<dependencies>
7575
<dependency>
7676
<groupId>org.nd4j</groupId>

0 commit comments

Comments
 (0)