Skip to content

Commit

Permalink
Make sure httpcore version to be 4.1.4 (as depended by httpclient 4.1.3)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk@1296575 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
raymondfeng committed Mar 3, 2012
1 parent 3a2a182 commit 87e3c62
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion distribution/all/src/main/release/bin/LICENSE
Expand Up @@ -260,7 +260,7 @@ The following components come under Apache Software License 2.0
hazelcast-1.9.2.2.jar
hazelcast-client-1.9.2.2.jar
httpclient-4.1.3.jar
httpcore-4.1.3.jar
httpcore-4.1.4.jar
jackson-core-asl-1.9.4.jar
jackson-mapper-asl-1.9.4.jar
jackson-xc-1.9.4.jar
Expand Down
6 changes: 0 additions & 6 deletions modules/binding-atom-runtime/pom.xml
Expand Up @@ -96,12 +96,6 @@
<version>4.1.3</version>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.1.3</version>
</dependency>

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions modules/binding-jsonrpc-runtime/pom.xml
Expand Up @@ -84,12 +84,6 @@
<version>4.1.3</version>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.1.3</version>
</dependency>

<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions modules/binding-rest-runtime/pom.xml
Expand Up @@ -187,12 +187,6 @@
<version>4.1.3</version>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.1.3</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit 87e3c62

Please sign in to comment.