This repository was archived by the owner on Jan 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 </properties >
5656
5757 <dependencies >
58+ <!-- http://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
5859 <dependency >
5960 <groupId >com.fasterxml.jackson.core</groupId >
6061 <artifactId >jackson-databind</artifactId >
6162 <version >${jackson.version} </version >
6263 </dependency >
64+ <!-- http://mvnrepository.com/artifact/org.apache.httpcomponents/fluent-hc -->
6365 <dependency >
6466 <groupId >org.apache.httpcomponents</groupId >
6567 <artifactId >fluent-hc</artifactId >
6668 <version >${fluent.version} </version >
6769 </dependency >
70+ <!-- http://mvnrepository.com/artifact/com.google.inject/guice -->
6871 <dependency >
6972 <groupId >com.google.inject</groupId >
7073 <artifactId >guice</artifactId >
7174 <version >${guice.version} </version >
7275 </dependency >
7376
7477 <!-- Test dependencies -->
78+
79+ <!-- http://mvnrepository.com/artifact/org.testng/testng -->
7580 <dependency >
7681 <groupId >org.testng</groupId >
7782 <artifactId >testng</artifactId >
7883 <version >${testng.version} </version >
7984 <scope >test</scope >
8085 </dependency >
86+ <!-- http://mvnrepository.com/artifact/com.github.tomakehurst/wiremock -->
8187 <dependency >
8288 <groupId >com.github.tomakehurst</groupId >
8389 <artifactId >wiremock</artifactId >
8490 <version >${wiremock.version} </version >
8591 <scope >test</scope >
8692 </dependency >
93+ <!-- http://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
8794 <dependency >
8895 <groupId >org.slf4j</groupId >
8996 <artifactId >slf4j-simple</artifactId >
You can’t perform that action at this time.
0 commit comments