W

WebProxyPortlet

Provides web site content inclusion via a JSR-168 portlet.
${jasig-site-base}/WebProxyPortlet/
Files download
File Operation
WebProxyPortlet-1.1.10.pom download
WebProxyPortlet-1.1.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jasig.portlet</groupId>
  <artifactId>WebProxyPortlet</artifactId>
  <version>1.1.10</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.jasig.portlet:WebProxyPortlet:1.1.10'
Gradle Kotlin
implementation("org.jasig.portlet:WebProxyPortlet:1.1.10")
Scala SBT
libraryDependencies += "org.jasig.portlet" % "WebProxyPortlet" % "1.1.10"
Groovy Grape
@Grapes(
  @Grab(group='org.jasig.portlet', module='WebProxyPortlet', version='1.1.10')
)
Apache Ivy
<dependency org="org.jasig.portlet" name="WebProxyPortlet" rev="1.1.10" />
Leiningen
[org.jasig.portlet/WebProxyPortlet "1.1.10"]
Apache Buildr
'org.jasig.portlet:WebProxyPortlet:jar:1.1.10'
Dependencies
<parent>
  <groupId>org.jasig.parent</groupId>
  <artifactId>jasig-parent</artifactId>
  <version>33</version>
</parent>

compile

|-- commons-dbcp:commons-dbcp:1.4

|-- commons-collections:commons-collections:3.2.2

|-- commons-io:commons-io:2.0.1

|-- commons-lang:commons-lang:2.6

|-- commons-logging:commons-logging:1.1.1

|-- commons-pool:commons-pool:1.5.5

|-- javax.persistence:persistence-api:1.0

|-- javax.servlet:jstl:1.1.2

|-- net.sf.ehcache:ehcache-core:2.3.1

|-- net.sourceforge.nekohtml:nekohtml:1.9.14

|-- org.apache.httpcomponents:httpclient:4.1

|-- org.hibernate:hibernate:3.2.7.ga

|-- org.hibernate:hibernate-annotations:3.3.1.GA

|-- org.hibernate:hibernate-commons-annotations:3.3.0.ga

|-- org.hibernate:hibernate-entitymanager:3.3.2.GA

|-- org.jasig:AjaxPortletSupport:1.0.9

|-- org.jasig.service:delegated-saml-authentication:1.1.2

|-- org.opensaml:xmltooling:1.3.4

|-- xerces:xercesImpl:2.9.1

|-- org.springframework:spring-aop:2.5.6.SEC02

|-- org.springframework:spring-beans:2.5.6.SEC02

|-- org.springframework:spring-context:2.5.6.SEC02

|-- org.springframework:spring-core:2.5.6.SEC02

|-- org.springframework:spring-jdbc:2.5.6.SEC02

|-- org.springframework:spring-orm:2.5.6.SEC02

|-- org.springframework:spring-tx:2.5.6.SEC02

|-- org.springframework:spring-web:2.5.6.SEC02

|-- org.springframework:spring-webmvc:2.5.6.SEC02

|-- org.springframework:spring-webmvc-portlet:2.5.6.SEC02

|-- taglibs:standard:1.1.2

|-- org.jasig.cas:cas-client-core:3.1.10

provided

|-- javax.servlet:servlet-api:2.5

|-- javax.servlet.jsp:jsp-api:2.1

|-- javax.portlet:portlet-api:1.0

|-- org.apache.pluto:pluto-taglib:1.1.7

runtime

|-- hsqldb:hsqldb:1.8.0.10

|-- log4j:log4j:1.2.16

|-- org.slf4j:slf4j-jcl:1.6.1

test

|-- junit:junit:4.8.2

|-- org.springframework:spring-test:2.5.6.SEC02