From 73c0791dce41d8664b53036765e84c75a00cc7cc Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 01 九月 2020 15:58:07 +0800 Subject: [PATCH] # --- pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index f3426a9..3cb25c2 100644 --- a/pom.xml +++ b/pom.xml @@ -128,6 +128,13 @@ </dependency> <dependency> <groupId>com.wcs.led</groupId> + <artifactId>rxtx</artifactId> + <scope>system</scope> + <version>2.1.7</version> + <systemPath>${project.basedir}/src/main/resources/lib/rxtx-2.1.7.jar</systemPath> + </dependency> + <dependency> + <groupId>com.wcs.led</groupId> <artifactId>simple-xml</artifactId> <scope>system</scope> <version>2.7.1</version> @@ -135,11 +142,46 @@ </dependency> <dependency> <groupId>com.wcs.led</groupId> + <artifactId>stax</artifactId> + <scope>system</scope> + <version>1.2.0</version> + <systemPath>${project.basedir}/src/main/resources/lib/stax-1.2.0.jar</systemPath> + </dependency> + <dependency> + <groupId>com.wcs.led</groupId> + <artifactId>stax-api</artifactId> + <scope>system</scope> + <version>1.0.1</version> + <systemPath>${project.basedir}/src/main/resources/lib/stax-api-1.0.1.jar</systemPath> + </dependency> + <dependency> + <groupId>com.wcs.led</groupId> + <artifactId>uia-comm</artifactId> + <scope>system</scope> + <version>0.5.1</version> + <systemPath>${project.basedir}/src/main/resources/lib/uia-comm-0.5.1.jar</systemPath> + </dependency> + <dependency> + <groupId>com.wcs.led</groupId> <artifactId>uia-message</artifactId> <scope>system</scope> <version>0.6.0</version> <systemPath>${project.basedir}/src/main/resources/lib/uia-message-0.6.0.jar</systemPath> </dependency> + <dependency> + <groupId>com.wcs.led</groupId> + <artifactId>uia-utils</artifactId> + <scope>system</scope> + <version>0.2.0</version> + <systemPath>${project.basedir}/src/main/resources/lib/uia-utils-0.2.0.jar</systemPath> + </dependency> + <dependency> + <groupId>com.wcs.led</groupId> + <artifactId>xpp3</artifactId> + <scope>system</scope> + <version>1.1.3.3</version> + <systemPath>${project.basedir}/src/main/resources/lib/xpp3-1.1.3.3.jar</systemPath> + </dependency> </dependencies> <build> -- Gitblit v1.9.1