Maven Repository - POM file for Development cas-server-core 3.1-m2 3.1-m2

Summary

JA-SIG CAS Core.

CAS core.

Declaration

Here is the list of declaration for cas-server-core. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.jasig.cas</groupId>
   <artifactId>cas-server-core</artifactId>
   <version>3.1-m2</version>
</dependency>

If you think this Maven repository POM file listing for cas-server-core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The cas-server-core-3.1-m2 has 6 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Data Structurecommons-codec 1.3
The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
348
Data Structurecommons-collections 3.2
Types that extend and augment the Java Collections Framework.
366
EJBpersistence-api 1.0
The Enterprise JavaBeans architecture is a component architecture for the development and deployment of component-based business applications. The purpose of Enterprise JavaBeans (EJB) 3.0 is to improve the EJB architecture by reducing its complexity from the developer's point of view.
361
XMLxmldsig 1.0
Part of the Java Web Services Developer Pack 1.6
5




Packages

The following packages are defined in the cas-server-core-3.1-m2.jar

org.jasig.cas
org.jasig.cas.authentication
org.jasig.cas.authentication.handler
org.jasig.cas.authentication.handler.support
org.jasig.cas.authentication.principal
org.jasig.cas.event
org.jasig.cas.event.advice
org.jasig.cas.event.handlers
org.jasig.cas.remoting.server
org.jasig.cas.services
org.jasig.cas.services.web
org.jasig.cas.services.web.support
org.jasig.cas.stat
org.jasig.cas.stat.advice
org.jasig.cas.stat.support
org.jasig.cas.ticket
org.jasig.cas.ticket.proxy
org.jasig.cas.ticket.proxy.support
org.jasig.cas.ticket.registry
org.jasig.cas.ticket.registry.support
org.jasig.cas.ticket.support
org.jasig.cas.util
org.jasig.cas.util.annotation
org.jasig.cas.validation
org.jasig.cas.web
org.jasig.cas.web.bind
org.jasig.cas.web.flow
org.jasig.cas.web.init
org.jasig.cas.web.support
org.jasig.cas.web.view




POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <parent>
    <groupId>org.jasig.cas</groupId>
    <artifactId>cas-server</artifactId>
    <version>3.1-m2</version>
  </parent>
  <description>CAS core</description>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jasig.cas</groupId>
  <artifactId>cas-server-core</artifactId>
  <packaging>jar</packaging>
  <version>3.1-m2</version>
  <name>JA-SIG CAS Core</name>

  <dependencies>
    <dependency>
      <groupId>org.apache.santuario</groupId>
      <artifactId>xmlsec</artifactId>
      <version>1.4.0</version>
      <scope>runtime</scope>
    </dependency>
    
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.3</version>
      <scope>runtime</scope>
    </dependency>
    
    <dependency>
      <groupId>commons-collections</groupId>
      <artifactId>commons-collections</artifactId>
      <version>3.2</version>
      <scope>runtime</scope>
    </dependency>

    <dependency>
      <groupId>org.opensaml</groupId>
      <artifactId>opensaml</artifactId>
      <version>1.1b</version>
      <type>jar</type>
      <scope>compile</scope>
    </dependency>
    
    <dependency>
      <groupId>javax.persistence</groupId>
      <artifactId>persistence-api</artifactId>
      <version>1.0</version>
      <type>jar</type>
      <scope>compile</scope>
    </dependency>
    
    <dependency>
      <groupId>javax.xml</groupId>
      <artifactId>xmldsig</artifactId>
      <version>1.0</version>
      <type>jar</type>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>