tobby48 3 years ago
parent
commit
00c00382fd
1 changed files with 9 additions and 3 deletions
  1. 9
    3
      pom.xml

+ 9
- 3
pom.xml View File

@@ -36,7 +36,7 @@
36 36
 
37 37
 		<jetty.version>9.4.8.v20171121</jetty.version>
38 38
 		<jersey.version>1.19.4</jersey.version>
39
-		
39
+		<snakeyaml.version>1.30</snakeyaml.version>
40 40
 		
41 41
 		
42 42
 		<project.youtube.version>v3-rev56-1.15.0-rc</project.youtube.version>
@@ -204,6 +204,13 @@
204 204
 			<artifactId>jersey-json</artifactId>
205 205
 			<version>${jersey.version}</version>
206 206
 		</dependency>
207
+		
208
+		<!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml -->
209
+		<dependency>
210
+		    <groupId>org.yaml</groupId>
211
+		    <artifactId>snakeyaml</artifactId>
212
+		    <version>${snakeyaml.version}</version>
213
+		</dependency>
207 214
 		 
208 215
 		<!-- CLIENT SIDE -->
209 216
 		
@@ -358,8 +365,7 @@
358 365
 		    <artifactId>tess4j</artifactId>
359 366
 		    <version>4.5.3</version>
360 367
 		</dependency>
361
-		
362
-		
368
+
363 369
 		<!-- https://mvnrepository.com/artifact/org.deeplearning4j/deeplearning4j-core -->
364 370
 		<dependency>
365 371
 		    <groupId>org.deeplearning4j</groupId>