File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.scijava</groupId >
77 <artifactId >pom-scijava</artifactId >
8- <version >26 .0.0 </version >
8+ <version >27 .0.1 </version >
99 <relativePath />
1010 </parent >
1111
@@ -105,6 +105,8 @@ Wisconsin-Madison.</license.copyrightOwners>
105105
106106 <!-- NB: Deploy releases to the SciJava Maven repository. -->
107107 <releaseProfiles >deploy-to-scijava</releaseProfiles >
108+
109+ <miglayout-swing .version>5.2</miglayout-swing .version>
108110 </properties >
109111
110112 <repositories >
@@ -127,6 +129,12 @@ Wisconsin-Madison.</license.copyrightOwners>
127129 <dependency >
128130 <groupId >org.scijava</groupId >
129131 <artifactId >scijava-ui-awt</artifactId >
132+ <exclusions >
133+ <exclusion >
134+ <groupId >com.miglayout</groupId >
135+ <artifactId >miglayout</artifactId >
136+ </exclusion >
137+ </exclusions >
130138 </dependency >
131139 <dependency >
132140 <groupId >org.scijava</groupId >
@@ -141,8 +149,8 @@ Wisconsin-Madison.</license.copyrightOwners>
141149 </dependency >
142150 <dependency >
143151 <groupId >com.miglayout</groupId >
144- <artifactId >miglayout</artifactId >
145- <classifier > swing</ classifier >
152+ <artifactId >miglayout-swing </artifactId >
153+ <version > ${miglayout- swing.version} </ version >
146154 </dependency >
147155 <dependency >
148156 <groupId >net.sourceforge.jdatepicker</groupId >
You can’t perform that action at this time.
0 commit comments