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 5
5
<parent >
6
6
<groupId >org.scijava</groupId >
7
7
<artifactId >pom-scijava</artifactId >
8
- <version >26 .0.0 </version >
8
+ <version >27 .0.1 </version >
9
9
<relativePath />
10
10
</parent >
11
11
@@ -105,6 +105,8 @@ Wisconsin-Madison.</license.copyrightOwners>
105
105
106
106
<!-- NB: Deploy releases to the SciJava Maven repository. -->
107
107
<releaseProfiles >deploy-to-scijava</releaseProfiles >
108
+
109
+ <miglayout-swing .version>5.2</miglayout-swing .version>
108
110
</properties >
109
111
110
112
<repositories >
@@ -127,6 +129,12 @@ Wisconsin-Madison.</license.copyrightOwners>
127
129
<dependency >
128
130
<groupId >org.scijava</groupId >
129
131
<artifactId >scijava-ui-awt</artifactId >
132
+ <exclusions >
133
+ <exclusion >
134
+ <groupId >com.miglayout</groupId >
135
+ <artifactId >miglayout</artifactId >
136
+ </exclusion >
137
+ </exclusions >
130
138
</dependency >
131
139
<dependency >
132
140
<groupId >org.scijava</groupId >
@@ -141,8 +149,8 @@ Wisconsin-Madison.</license.copyrightOwners>
141
149
</dependency >
142
150
<dependency >
143
151
<groupId >com.miglayout</groupId >
144
- <artifactId >miglayout</artifactId >
145
- <classifier > swing</ classifier >
152
+ <artifactId >miglayout-swing </artifactId >
153
+ <version > ${miglayout- swing.version} </ version >
146
154
</dependency >
147
155
<dependency >
148
156
<groupId >net.sourceforge.jdatepicker</groupId >
You can’t perform that action at this time.
0 commit comments