BAEL-1051: Introduction to Hoverfly Java (#2320)

* BAEL-1051: Fixed merge issue

* BAEL-1051: Updated examples based on review

* BAEL-1051: Fixed Merge Issues
This commit is contained in:
Syed Ali Raza
2017-08-01 20:40:23 +05:00
committed by Grzegorz Piwowarek
parent ed92182fbf
commit a3ed5a57a3
2 changed files with 145 additions and 1 deletions
+5 -1
View File
@@ -20,7 +20,6 @@
<artifactId>maven-bundle-plugin</artifactId>
<version>3.3.0</version>
<type>maven-plugin</type>
</dependency>
</dependencies>
<extensions>true</extensions>
@@ -182,6 +181,11 @@
<artifactId>jetty-servlet</artifactId>
<version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>io.specto</groupId>
<artifactId>hoverfly-java</artifactId>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>