Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
[httpclient-sender] Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacik committed May 11, 2017
1 parent be65240 commit a13f7ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
10 changes: 5 additions & 5 deletions httpclient-sender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<maven.dependency.plugin.version>2.10</maven.dependency.plugin.version>
<httpclient.version>4.3.3</httpclient.version>
</properties>
<reporitories>
<repositories>
<repository>
<id>oss-sonatype-public</id>
<name>Public Sonatype OSS</name>
<url>https://oss.sonatype.org/content/groups/public/</url>
</repository>
<id>oss-sonatype-public</id>
<name>Public Sonatype OSS</name>
<url>https://oss.sonatype.org/content/groups/public/</url>
</repository>
</repositories>
<dependencies>
<dependency>
Expand Down
7 changes: 7 additions & 0 deletions perfrepo-destination/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
<maven.compiler.plugin.version>3.5.1</maven.compiler.plugin.version>
<maven.dependency.plugin.version>2.10</maven.dependency.plugin.version>
</properties>
<repositories>
<repository>
<id>oss-sonatype-public</id>
<name>Public Sonatype OSS</name>
<url>https://oss.sonatype.org/content/groups/public/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.perfcake</groupId>
Expand Down

0 comments on commit a13f7ea

Please sign in to comment.