Skip to content

Commit

Permalink
Updates to dependencies
Browse files Browse the repository at this point in the history
- Removed IRCT-RI
- Added Apache HTTP Client
  • Loading branch information
JREastonMarks committed May 20, 2016
1 parent ad1dd19 commit 6bf6d1f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
<name>INTER-RESOURCE COMMUNICATION TOOL : API</name>
<description></description>
<dependencies>
<!-- APACHE HTTP CLIENT -->
<dependency>
<groupId>edu.harvard.hms.dbmi.bd2k.irct</groupId>
<artifactId>IRCT-RI</artifactId>
<version>1.0</version>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5</version>
</dependency>
<dependency>
<groupId>javax</groupId>
Expand Down

0 comments on commit 6bf6d1f

Please sign in to comment.