File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed
Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 117117 </repository >
118118 </repositories >
119119
120+ <build >
121+ <plugins >
122+ <plugin >
123+ <groupId >org.apache.maven.plugins</groupId >
124+ <artifactId >maven-surefire-plugin</artifactId >
125+ <configuration >
126+ <argLine >--add-reads org.scijava.ops.opencv=org.scijava.ops.api</argLine >
127+ </configuration >
128+ </plugin >
129+ </plugins >
130+ </build >
131+
120132 <dependencies >
133+ <!-- SciJava dependencies -->
134+ <dependency >
135+ <groupId >org.scijava</groupId >
136+ <artifactId >scijava-types</artifactId >
137+ <version >${project.version} </version >
138+ </dependency >
121139
122140 <!-- OpenCV dependencies -->
123141 <dependency >
177195 <artifactId >scifio</artifactId >
178196 <scope >test</scope >
179197 </dependency >
180- <dependency >
181- <groupId >org.scijava</groupId >
182- <artifactId >scijava-types</artifactId >
183- <version >${project.version} </version >
184- </dependency >
185198 </dependencies >
186199</project >
Original file line number Diff line number Diff line change 3030 exports org .scijava .ops .opencv ;
3131
3232 requires java .scripting ;
33- requires org .scijava .ops .api ;
3433 requires org .scijava .types ;
3534
3635 // FIXME: these module names derive from filenames and are thus unstable
You can’t perform that action at this time.
0 commit comments