Skip to content

Commit f52fd98

Browse files
committed
WIP: Mega switch-up!
Closes #93.
1 parent ff53573 commit f52fd98

File tree

2 files changed

+484
-16
lines changed

2 files changed

+484
-16
lines changed

pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,11 @@
189189
</dependency>
190190

191191
<!-- SciJava dependencies -->
192+
<dependency>
193+
<groupId>org.scijava</groupId>
194+
<artifactId>app-launcher</artifactId>
195+
<version>0</version> <!-- FIXME -->
196+
</dependency>
192197
<dependency>
193198
<groupId>org.scijava</groupId>
194199
<artifactId>scijava-common</artifactId>
@@ -230,6 +235,11 @@
230235
<artifactId>junit</artifactId>
231236
<scope>test</scope>
232237
</dependency>
238+
<dependency><!--TEMP-->
239+
<groupId>com.formdev</groupId>
240+
<artifactId>flatlaf</artifactId>
241+
<optional>true</optional>
242+
</dependency>
233243
</dependencies>
234244

235245
<repositories>

0 commit comments

Comments
 (0)