Skip to content

Commit a6af057

Browse files
committed
Removed references to not used libraries in main 'pom.xml' file.
Signed-off-by: Tatiana Leon <tatiana.leon@digi.com>
1 parent 3442194 commit a6af057

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
<maven.surefire.plugin.version>2.18.1</maven.surefire.plugin.version>
5757
<javadoc.plugin.version>2.10.3</javadoc.plugin.version>
5858
<rxtx.version>2.2</rxtx.version>
59-
<jssc.version>2.8.0</jssc.version>
6059
<slf4j-api.version>1.7.12</slf4j-api.version>
6160
<slf4j-jdk1.4.version>1.7.12</slf4j-jdk1.4.version>
6261
<slf4j-simple.version>1.7.12</slf4j-simple.version>
@@ -134,11 +133,6 @@
134133
<version>${rxtx.version}</version>
135134
<classifier>${build.type}</classifier>
136135
</dependency>
137-
<dependency>
138-
<groupId>org.scream3r</groupId>
139-
<artifactId>jssc</artifactId>
140-
<version>${jssc.version}</version>
141-
</dependency>
142136
<dependency>
143137
<groupId>org.slf4j</groupId>
144138
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)