Commits

coll1234567 authored 9c5667ed909
Update pom
No tags

pom.xml

Modified
70 70 <dependency>
71 71 <groupId>com.google.code.gson</groupId>
72 72 <artifactId>gson</artifactId>
73 73 <version>2.8.9</version>
74 74 <scope>compile</scope>
75 75 </dependency>
76 76 <dependency>
77 77 <groupId>com.formdev</groupId>
78 78 <artifactId>flatlaf</artifactId>
79 79 <version>3.1.1</version>
80 + <scope>compile</scope>
80 81 </dependency>
81 82 </dependencies>
82 83
83 84 <build>
84 85 <finalName>${project.name}</finalName>
85 86 <plugins>
86 87 <plugin>
87 88 <groupId>net.md-5</groupId>
88 89 <artifactId>scriptus</artifactId>
89 90 <version>0.4.1</version>
128 129 <configuration>
129 130 <filters>
130 131 <filter>
131 132 <artifact>*:*</artifact>
132 133 <excludes>
133 134 <exclude>**/*.java</exclude>
134 135 <exclude>**/*.SF</exclude>
135 136 <exclude>**/*.DSA</exclude>
136 137 </excludes>
137 138 </filter>
139 + <filter>
140 + <artifact>com.formdev:flatlaf</artifact>
141 + <includes>
142 + <include>**</include>
143 + </includes>
144 + </filter>
138 145 </filters>
139 146 <minimizeJar>true</minimizeJar>
140 147 </configuration>
141 148 </plugin>
142 149 <plugin>
143 150 <groupId>org.codehaus.mojo</groupId>
144 151 <artifactId>animal-sniffer-maven-plugin</artifactId>
145 152 <version>1.19</version>
146 153 <executions>
147 154 <execution>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut