File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,8 @@ Genetics, and others.</license.copyrightOwners>
148148
149149 <!-- NB: Deploy releases to the SciJava Maven repository. -->
150150 <releaseProfiles >deploy-to-scijava</releaseProfiles >
151+
152+ <miglayout-swing .version>5.2</miglayout-swing .version>
151153 </properties >
152154
153155 <repositories >
@@ -179,8 +181,8 @@ Genetics, and others.</license.copyrightOwners>
179181 </dependency >
180182 <dependency >
181183 <groupId >com.miglayout</groupId >
182- <artifactId >miglayout</artifactId >
183- <classifier > swing</ classifier >
184+ <artifactId >miglayout-swing </artifactId >
185+ <version > ${miglayout- swing.version} </ version >
184186 </dependency >
185187 <dependency >
186188 <groupId >org.scijava</groupId >
@@ -202,6 +204,12 @@ Genetics, and others.</license.copyrightOwners>
202204 <groupId >org.scijava</groupId >
203205 <artifactId >scijava-ui-swing</artifactId >
204206 <scope >test</scope >
207+ <exclusions >
208+ <exclusion >
209+ <groupId >com.miglayout</groupId >
210+ <artifactId >miglayout</artifactId >
211+ </exclusion >
212+ </exclusions >
205213 </dependency >
206214 <dependency >
207215 <groupId >org.scijava</groupId >
You can’t perform that action at this time.
0 commit comments