Skip to content

Commit 270695d

Browse files
feat(qe): Improve SerialPortTool
Close #1900 Signed-off-by: unknowIfGuestInDream <liang.tang.cx@gmail.com>
1 parent f604038 commit 270695d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

core/src/main/java/com/tlcsdm/core/util/DependencyInfo.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ private static class SingletonInstance {
232232
"https://javaluator.fathzer.com", "Apache License, Version 2.0",
233233
"https://www.apache.org/licenses/LICENSE-2.0"),
234234

235+
new Dependency("com.fazecast", "jSerialComm", "2.11.0", false,
236+
"https://fazecast.github.io/jSerialComm", "GNU LGPL",
237+
"https://www.gnu.org/licenses/lgpl-3.0.html"),
238+
235239
new Dependency("com.github.gino0631", "icns-core", "1.2", false,
236240
"https://github.com/gino0631/icns", "GNU LGPL",
237241
"https://opensource.org/license/lgpl-3-0"));

qe/src/main/java/com/tlcsdm/qe/util/QeConstant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public class QeConstant {
9696
*/
9797
public static final List<String> DEPENDENCY_LIST = List.of("poi", "freemarker", "dom4j", "java-diff-utils",
9898
"richtextfx", "thumbnailator", "jackson", "yuicompressor", "teenyhttpd", "image4j", "commons-imaging",
99-
"icns-core", "preferencesfx");
99+
"icns-core", "preferencesfx", "jSerialComm");
100100

101101
private QeConstant() {
102102
}

0 commit comments

Comments
 (0)