Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
GTNPORTAL-2772 Gadgets don't work when accessed via https
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruk authored and bdaw committed Dec 27, 2012
1 parent 5d8c820 commit 6c41ebe
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pom.xml
Expand Up @@ -41,7 +41,7 @@
<org.exoplatform.core.version>2.5.0-GA</org.exoplatform.core.version>
<org.exoplatform.ws.version>2.3.0-GA</org.exoplatform.ws.version>
<org.exoplatform.jcr.version>1.15.0-GA</org.exoplatform.jcr.version>
<org.shindig.version>2.0.2.Final-gatein-3</org.shindig.version>
<org.shindig.version>2.0.2.Final-gatein-4</org.shindig.version>
<nl.captcha.simplecaptcha.version>1.1.1.Final-gatein-3</nl.captcha.simplecaptcha.version>
<org.gatein.common.version>2.1.0.Final</org.gatein.common.version>
<org.gatein.wci.version>2.3.0.Final</org.gatein.wci.version>
Expand All @@ -68,6 +68,10 @@
<org.infinispan.version>5.1.7.Final</org.infinispan.version>
<org.jboss.marshalling.version>1.3.15.GA</org.jboss.marshalling.version>

<!-- TODO: replace version.apache.commons-httpclient in gatein-dep with this: -->
<version.org.apache.httpcomponents>4.1.2</version.org.apache.httpcomponents>
<version.org.apache.httpcomponents.httpcore>4.1.4</version.org.apache.httpcomponents.httpcore>

<!-- SSO deps -->
<version.cas.client>3.2.1</version.cas.client>
<version.picketlink.fed>2.1.4.Final</version.picketlink.fed>
Expand Down Expand Up @@ -1003,6 +1007,16 @@
<artifactId>jboss-marshalling-river</artifactId>
<version>${org.jboss.marshalling.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${version.org.apache.httpcomponents}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${version.org.apache.httpcomponents.httpcore}</version>
</dependency>

</dependencies>

Expand Down

0 comments on commit 6c41ebe

Please sign in to comment.