File tree Expand file tree Collapse file tree 5 files changed +51
-2
lines changed Expand file tree Collapse file tree 5 files changed +51
-2
lines changed Original file line number Diff line number Diff line change 130130 </exclusion >
131131 </exclusions >
132132 </dependency >
133+ <dependency >
134+ <groupId >org.fusesource.jansi</groupId >
135+ <artifactId >jansi</artifactId >
136+ <version >${jansi.version} </version >
137+ <classifier >x86_64</classifier >
138+ <type >dll</type >
139+ <scope >runtime</scope >
140+ </dependency >
141+ <dependency >
142+ <groupId >org.fusesource.jansi</groupId >
143+ <artifactId >jansi</artifactId >
144+ <version >${jansi.version} </version >
145+ <classifier >arm64</classifier >
146+ <type >dll</type >
147+ <scope >runtime</scope >
148+ </dependency >
133149 </dependencies >
134150</project >
Original file line number Diff line number Diff line change 127127 <artifactId >cli</artifactId >
128128 <version >${project.version} </version >
129129 </dependency >
130+ <dependency >
131+ <groupId >org.fusesource.jansi</groupId >
132+ <artifactId >jansi</artifactId >
133+ <version >${jansi.version} </version >
134+ <classifier >x86_64</classifier >
135+ <type >so</type >
136+ <scope >runtime</scope >
137+ </dependency >
138+ <dependency >
139+ <groupId >org.fusesource.jansi</groupId >
140+ <artifactId >jansi</artifactId >
141+ <version >${jansi.version} </version >
142+ <classifier >arm64</classifier >
143+ <type >so</type >
144+ <scope >runtime</scope >
145+ </dependency >
130146 </dependencies >
131147</project >
Original file line number Diff line number Diff line change 8181 </goals >
8282 <configuration >
8383 <outputDirectory >${project.build.directory} /duck.bundle/Contents/Frameworks</outputDirectory >
84- <includeTypes >dylib</includeTypes >
84+ <includeTypes >dylib,jnilib </includeTypes >
8585 <includeScope >runtime</includeScope >
8686 <stripClassifier >true</stripClassifier >
8787 <stripVersion >true</stripVersion >
226226 <scope >test</scope >
227227 <version >${project.version} </version >
228228 </dependency >
229+ <dependency >
230+ <groupId >org.fusesource.jansi</groupId >
231+ <artifactId >jansi</artifactId >
232+ <version >${jansi.version} </version >
233+ <classifier >x86_64</classifier >
234+ <type >jnilib</type >
235+ <scope >runtime</scope >
236+ </dependency >
237+ <dependency >
238+ <groupId >org.fusesource.jansi</groupId >
239+ <artifactId >jansi</artifactId >
240+ <version >${jansi.version} </version >
241+ <classifier >arm64</classifier >
242+ <type >jnilib</type >
243+ <scope >runtime</scope >
244+ </dependency >
229245 </dependencies >
230246</project >
Original file line number Diff line number Diff line change 8080 <dependency >
8181 <groupId >org.fusesource.jansi</groupId >
8282 <artifactId >jansi</artifactId >
83- <version >2.4.2 </version >
83+ <version >${jansi.version} </version >
8484 </dependency >
8585 </dependencies >
8686</project >
Original file line number Diff line number Diff line change 9393 <jwt .version>4.5.0</jwt .version>
9494 <java-native-dll >8u312b07</java-native-dll >
9595 <rococoa-version >0.10.0</rococoa-version >
96+ <jansi .version>2.4.2</jansi .version>
9697 <surefire .group.excluded>ch.cyberduck.test.IntegrationTest</surefire .group.excluded>
9798 </properties >
9899
You can’t perform that action at this time.
0 commit comments