diff options
Diffstat (limited to 'engine-d/pom.xml')
-rw-r--r-- | engine-d/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml index 9176aa0..b47bf62 100644 --- a/engine-d/pom.xml +++ b/engine-d/pom.xml @@ -53,7 +53,6 @@ <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> - <scope>test</scope> </dependency> <dependency> <groupId>org.drools</groupId> @@ -150,7 +149,10 @@ <scope>test</scope> </dependency> - + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + </dependency> </dependencies> <build> |