Skip to content

Commit

Permalink
Merge branch 'rest-call-updates'
Browse files Browse the repository at this point in the history
* rest-call-updates:
  Consolidate implementation
  Update REST API call mechanisms
  • Loading branch information
andrei-tara committed Aug 8, 2022
2 parents 6997a84 + 59de254 commit ed9609c
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 213 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<version.hamcrest>1.3</version.hamcrest>
<version.multiaddr>v1.4.2</version.multiaddr>
<version.jaxon>2.7.4</version.jaxon>
<version.unirest>3.13.6</version.unirest>
</properties>

<repositories>
Expand Down Expand Up @@ -78,6 +79,11 @@
<artifactId>jackson-databind</artifactId>
<version>${version.jaxon}</version>
</dependency>
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId>
<version>${version.unirest}</version>
</dependency>

</dependencies>

Expand Down
Loading

0 comments on commit ed9609c

Please sign in to comment.