File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
tika-parsers/tika-parsers-ml/tika-dl Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 75
75
<groupId >org.bytedeco</groupId >
76
76
<artifactId >ffmpeg</artifactId >
77
77
</exclusion >
78
- <exclusion >
79
- <groupId >org.bytedeco</groupId >
80
- <artifactId >javacpp</artifactId >
81
- </exclusion >
82
- <exclusion >
83
- <groupId >org.bytedeco</groupId >
84
- <artifactId >javacpp-platform</artifactId >
85
- </exclusion >
86
78
</exclusions >
87
79
</dependency >
88
80
<dependency >
102
94
<artifactId >deeplearning4j-modelimport</artifactId >
103
95
<version >${dl4j.version} </version >
104
96
<scope >provided</scope >
105
- <exclusions >
106
- <exclusion >
107
- <groupId >org.bytedeco</groupId >
108
- <artifactId >javacpp</artifactId >
109
- </exclusion >
110
- </exclusions >
111
97
</dependency >
112
98
<dependency >
113
99
<groupId >org.deeplearning4j</groupId >
120
106
<artifactId >nd4j-api</artifactId >
121
107
<version >${dl4j.version} </version >
122
108
<scope >provided</scope >
123
- <exclusions >
124
- <exclusion >
125
- <groupId >commons-net</groupId >
126
- <artifactId >commons-net</artifactId >
127
- </exclusion >
128
- </exclusions >
129
109
</dependency >
130
110
<dependency >
131
111
<groupId >org.nd4j</groupId >
You can’t perform that action at this time.
0 commit comments