Skip to content
This repository has been archived by the owner on Jul 20, 2019. It is now read-only.

Commit

Permalink
Add Simple-JSON-RPC dependency & remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ciolt committed May 16, 2019
1 parent 631b485 commit 099cc67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions wayline-interchange/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<jettyVersion>9.4.15.v20190215</jettyVersion>
</properties>
<dependencies>
<dependency>
<groupId>com.github.arteam</groupId>
<artifactId>simple-json-rpc-server</artifactId>
<version>0.10</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
Expand Down Expand Up @@ -42,11 +47,6 @@
<artifactId>apache-jstl</artifactId>
<version>${jettyVersion}</version>
</dependency>
<!--<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>-->
<dependency>
<groupId>TheTransitClock</groupId>
<artifactId>transitclockCore</artifactId>
Expand Down

0 comments on commit 099cc67

Please sign in to comment.