Skip to content

Commit 8baab6f

Browse files
authored
Merge pull request #40 from scijava/upgrade-miglayout
Upgrade to miglayout-swing-5.2
2 parents b2858fe + c1b107a commit 8baab6f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

pom.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)