Skip to content

Commit

Permalink
SAK-33388 - Update httpclient/httpcore to newest, have all tools use …
Browse files Browse the repository at this point in the history
…shared version (sakaiproject#4813)
  • Loading branch information
jonespm authored and ern committed Sep 21, 2017
1 parent 05a0f80 commit 7257d2a
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 18 deletions.
10 changes: 0 additions & 10 deletions content-review/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@
<classifier>jdk15</classifier>
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.3.1</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
15 changes: 15 additions & 0 deletions deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,21 @@
<artifactId>commons-lang3</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<scope>compile</scope>
</dependency>

<!-- hibernate -->
<dependency>
Expand Down
21 changes: 21 additions & 0 deletions master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
<sakai.hibernate.groupId>org.hibernate</sakai.hibernate.groupId>
<sakai.hibernate.artifactId>hibernate-core</sakai.hibernate.artifactId>
<sakai.hibernate.version>4.3.11.Final</sakai.hibernate.version>
<sakai.httpclient.version>4.5.3</sakai.httpclient.version>
<sakai.httpcore.version>4.4.7</sakai.httpcore.version>
<sakai.httpmime.version>4.5.3</sakai.httpmime.version>
<sakai.jackson.version>2.8.6</sakai.jackson.version>
<sakai.java.jwt.version>3.1.0</sakai.java.jwt.version>
<sakai.jcr.version>1.0</sakai.jcr.version>
Expand Down Expand Up @@ -744,6 +747,24 @@
<version>5.3.4.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${sakai.httpcore.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${sakai.httpclient.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>${sakai.httpmime.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
Expand Down
8 changes: 0 additions & 8 deletions shortenedurl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@
<scope>runtime</scope>
</dependency>

<!-- external dependencies -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
<scope>compile</scope>
</dependency>


<!-- java 1.5 requires this at compilation time for org.apache.http.impl.client.DefaultHttpClient -->
<dependency>
Expand Down

0 comments on commit 7257d2a

Please sign in to comment.