cas-extend-client-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.discursive.cas.extend</groupId>
<artifactId>cas-extend-client-java</artifactId>
<version>2.2.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.discursive.cas.extend</groupId>
<artifactId>cas-extend-client-java</artifactId>
<name>CAS Extended Client</name>
<version>2.2.1</version>
<description>An extended version of the CAS client that adds more J2EE-specific features/functionality.</description>
<url>http://www.discursive.com/projects/cas-extend</url>
<inceptionYear>2006</inceptionYear>
<mailingLists>
<mailingList>
<name>CAS-Extend Project Mailing List</name>
<archive>http://groups.google.com/group/cas-extend</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<id>tobrien</id>
<name>Tim O'Brien</name>
<email>tobrien@discursive.com</email>
<url>http://www.discursive.com</url>
<organization>Discursive</organization>
<timezone>Central (US)</timezone>
</developer>
<developer>
<id>bfung</id>
<name>Benson Fung</name>
<email>bfung@firstlook.biz</email>
<url>http://bensonfungtechdump.blogspot.com/</url>
<organization>First Look</organization>
<timezone>Central (US)</timezone>
</developer>
</developers>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:svn:http://brahe.discursive.com/svn/cas-extend</connection>
<developerConnection>scm:svn:https://brahe.discursive.com/svn/cas-extend/trunk</developerConnection>
<url>http://brahe.discursive.com/viewcvs/cas-extend</url>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4-20040521</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
<version>2.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
</plugin>
</plugins>
</reporting>
<distributionManagement>
<repository>
<id>repo</id>
<name>Discursive Maven repository</name>
<url>scpexe://brahe.discursive.com/var/www/html/www.discursive.com/maven2</url>
</repository>
<snapshotRepository>
<id>repo</id>
<name>Repository Name</name>
<url>scpexe://brahe.discursive.com/var/www/html/www.discursive.com/maven2-snapshot</url>
</snapshotRepository>
<site>
<id>website</id>
<url>scpexe://brahe.discursive.com/var/www/html/www.discursive.com/projects/cas-extend</url>
</site>
<status>deployed</status>
</distributionManagement>
</project>