|
@@ -55,6 +55,13 @@ governing permissions and limitations under the License. -->
|
|
|
<artifactId>azure-management</artifactId>
|
|
|
<version>0.7.0</version>
|
|
|
</dependency>
|
|
|
+ <!-- We need to force here the compile scope as it was defined as test scope in plugins/pom.xml -->
|
|
|
+ <!-- TODO: remove this dependency when we will have a REST Test module -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.httpcomponents</groupId>
|
|
|
+ <artifactId>httpclient</artifactId>
|
|
|
+ <scope>compile</scope>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|