File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 124124 <groupId >org.bytedeco</groupId >
125125 <artifactId >opencv</artifactId >
126126 </dependency >
127- <dependency >
128- <groupId >org.bytedeco</groupId >
129- <artifactId >javacpp</artifactId >
130- </dependency >
131127
132128 <!-- OpenCV runtime native dependencies -->
133- <dependency >
134- <groupId >org.bytedeco</groupId >
135- <artifactId >openblas</artifactId >
136- </dependency >
137- <dependency >
138- <groupId >org.bytedeco</groupId >
139- <artifactId >openblas</artifactId >
140- <scope >runtime</scope >
141- <classifier >${scijava.natives.classifier.opencv} </classifier >
142- </dependency >
143129 <dependency >
144130 <groupId >org.bytedeco</groupId >
145131 <artifactId >opencv</artifactId >
163149 <artifactId >junit-jupiter-api</artifactId >
164150 <scope >test</scope >
165151 </dependency >
166- <dependency >
167- <groupId >org.junit.jupiter</groupId >
168- <artifactId >junit-jupiter-engine</artifactId >
169- <scope >test</scope >
170- </dependency >
171152 <dependency >
172153 <groupId >org.scijava</groupId >
173154 <artifactId >scijava-ops-api</artifactId >
You can’t perform that action at this time.
0 commit comments