Skip to content

Commit f905aa0

Browse files
committed
POM: update dependency versions
This eliminates the need for the miglayout exclusion.
1 parent 8baab6f commit f905aa0

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pom.xml

Lines changed: 4 additions & 7 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>27.0.1</version>
8+
<version>28.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -150,6 +150,9 @@ Genetics, and others.</license.copyrightOwners>
150150
<releaseProfiles>deploy-to-scijava</releaseProfiles>
151151

152152
<miglayout-swing.version>5.2</miglayout-swing.version>
153+
<scijava-search.version>0.7.0</scijava-search.version>
154+
<scijava-ui-awt.version>0.1.7</scijava-ui-awt.version>
155+
<scijava-ui-swing.version>0.13.1</scijava-ui-swing.version>
153156
</properties>
154157

155158
<repositories>
@@ -204,12 +207,6 @@ Genetics, and others.</license.copyrightOwners>
204207
<groupId>org.scijava</groupId>
205208
<artifactId>scijava-ui-swing</artifactId>
206209
<scope>test</scope>
207-
<exclusions>
208-
<exclusion>
209-
<groupId>com.miglayout</groupId>
210-
<artifactId>miglayout</artifactId>
211-
</exclusion>
212-
</exclusions>
213210
</dependency>
214211
<dependency>
215212
<groupId>org.scijava</groupId>

0 commit comments

Comments
 (0)