Skip to content

Commit 9d06bc1

Browse files
committed
added scope compile for new jars
1 parent e2403ae commit 9d06bc1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@
4949
<groupId>org.apache.httpcomponents</groupId>
5050
<artifactId>httpclient</artifactId>
5151
<version>4.5.3</version>
52+
<scope>compile</scope>
5253
</dependency>
5354
<dependency>
5455
<groupId>org.apache.httpcomponents</groupId>
5556
<artifactId>httpcore</artifactId>
5657
<version>4.4.6</version>
58+
<scope>compile</scope>
5759
</dependency>
5860
<dependency>
5961
<groupId>log4j</groupId>

0 commit comments

Comments
 (0)