File tree Expand file tree Collapse file tree 1 file changed +22
-6
lines changed Expand file tree Collapse file tree 1 file changed +22
-6
lines changed Original file line number Diff line number Diff line change 30
30
31
31
32
32
<dependencies >
33
+ <dependency >
34
+ <groupId >io.netty</groupId >
35
+ <artifactId >netty-all</artifactId >
36
+ <version >4.1.42.Final</version >
37
+ </dependency >
38
+
33
39
<dependency >
34
40
<groupId >org.datavec</groupId >
35
41
<artifactId >datavec-api</artifactId >
46
52
<groupId >org.datavec</groupId >
47
53
<artifactId >datavec-local</artifactId >
48
54
<version >${datavec.version} </version >
55
+ <exclusions >
56
+ <exclusion >
57
+ <groupId >io.netty</groupId >
58
+ <artifactId >netty-buffer</artifactId >
59
+ </exclusion >
60
+ <exclusion >
61
+ <groupId >io.netty</groupId >
62
+ <artifactId >netty-common</artifactId >
63
+ </exclusion >
64
+ </exclusions >
49
65
</dependency >
50
66
<dependency >
51
67
<groupId >org.deeplearning4j.examples</groupId >
57
73
<groupId >org.apache.spark</groupId >
58
74
<artifactId >spark-core_${scala.binary.version}</artifactId >
59
75
<version >${spark.version} </version >
60
- </ dependency >
61
-
62
- < dependency >
63
- < groupId >io. netty</groupId >
64
- < artifactId >netty-all</ artifactId >
65
- <version >4.1.42.Final</ version >
76
+ < exclusions >
77
+ < exclusion >
78
+ < groupId >io.netty</ groupId >
79
+ < artifactId > netty</artifactId >
80
+ </ exclusion >
81
+ </ exclusions >
66
82
</dependency >
67
83
</dependencies >
68
84
You can’t perform that action at this time.
0 commit comments