Skip to content

Commit c94cadd

Browse files
committed
Add resources module
1 parent afc512b commit c94cadd

File tree

5 files changed

+34
-2
lines changed

5 files changed

+34
-2
lines changed

data-pipeline-examples/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ information regarding copyright ownership.
8383
</dependencyManagement>
8484

8585
<dependencies>
86+
<dependency>
87+
<groupId>org.deeplearning4j</groupId>
88+
<artifactId>resources</artifactId>
89+
<version>${dl4j-master.version}</version>
90+
</dependency>
91+
92+
8693
<dependency>
8794
<groupId>org.nd4j</groupId>
8895
<artifactId>${nd4j.backend}</artifactId>

dl4j-distributed-training-examples/pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ information regarding copyright ownership.
3838
<nd4j.backend>nd4j-native</nd4j.backend>
3939
<java.version>1.8</java.version>
4040
<shadedClassifier>bin</shadedClassifier>
41-
<scala.binary.version>2.11</scala.binary.version>
41+
<scala.binary.version>2.12</scala.binary.version>
4242
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
4343
<maven.minimum.version>3.3.1</maven.minimum.version>
4444
<exec-maven-plugin.version>1.4.0</exec-maven-plugin.version>
@@ -49,7 +49,7 @@ information regarding copyright ownership.
4949
<jcommander.version>1.27</jcommander.version>
5050
<azure.hadoop.version>2.7.4</azure.hadoop.version>
5151
<azure.storage.version>2.0.0</azure.storage.version>
52-
<spark.version>2.1.0</spark.version>
52+
<spark.version>2.4.8</spark.version>
5353
<aws.sdk.version>1.11.109</aws.sdk.version>
5454
<jackson.version>2.5.1</jackson.version>
5555
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -80,6 +80,12 @@ information regarding copyright ownership.
8080

8181

8282
<dependencies>
83+
<dependency>
84+
<groupId>org.deeplearning4j</groupId>
85+
<artifactId>resources</artifactId>
86+
<version>${dl4j-master.version}</version>
87+
</dependency>
88+
8389
<dependency>
8490
<groupId>org.apache.spark</groupId>
8591
<artifactId>spark-core_${scala.binary.version}</artifactId>

dl4j-examples/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@ information regarding copyright ownership.
106106
<artifactId>deeplearning4j-core</artifactId>
107107
<version>${dl4j-master.version}</version>
108108
</dependency>
109+
110+
<dependency>
111+
<groupId>org.deeplearning4j</groupId>
112+
<artifactId>resources</artifactId>
113+
<version>${dl4j-master.version}</version>
114+
</dependency>
115+
109116
<dependency>
110117
<groupId>org.deeplearning4j</groupId>
111118
<artifactId>deeplearning4j-ui</artifactId>

nd4j-ndarray-examples/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ information regarding copyright ownership.
8787
<version>${dl4j-master.version}</version>
8888
</dependency>
8989

90+
<dependency>
91+
<groupId>org.deeplearning4j</groupId>
92+
<artifactId>resources</artifactId>
93+
<version>${dl4j-master.version}</version>
94+
</dependency>
95+
9096
<!-- Test dependency. Ignore for your own application. -->
9197
<dependency>
9298
<groupId>org.junit.jupiter</groupId>

tensorflow-keras-import-examples/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ information regarding copyright ownership.
7272

7373

7474
<dependencies>
75+
<dependency>
76+
<groupId>org.deeplearning4j</groupId>
77+
<artifactId>resources</artifactId>
78+
<version>${dl4j-master.version}</version>
79+
</dependency>
80+
7581
<dependency>
7682
<groupId>org.nd4j</groupId>
7783
<artifactId>${nd4j.backend}</artifactId>

0 commit comments

Comments
 (0)