Skip to content

Commit 71d7f47

Browse files
imagejanctrueden
authored andcommitted
Upgrade miglayout-swing
This requires temporary exclusion of the incompatible dependency in scijava-ui-awt.
1 parent a993ff3 commit 71d7f47

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

pom.xml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)