Skip to content

Commit

Permalink
Lib fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WOLFI3654 committed Feb 22, 2018
1 parent 00c01a4 commit 15ff0fe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .idea/ThinkgearConnector.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,13 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.0</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.rxtx</groupId>
<artifactId>rxtx</artifactId>
<version>2.1.7</version>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
import com.google.gson.Gson;
import de.wolfi.thinkgearconnector.json.*;

import javax.comm.CommPort;
import javax.comm.CommPortIdentifier;
import javax.comm.PortInUseException;
import gnu.io.*;
import java.io.*;
import java.net.Socket;
import java.util.ArrayList;
Expand Down

0 comments on commit 15ff0fe

Please sign in to comment.