devdaily home | apple | java | perl | unix | directory | blog

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<?xml version="1.0"?>
<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">

	<modelVersion>4.0.0
	<groupId>org.springframework
	<artifactId>spring-context
	<packaging>jar
	<name>Spring Framework: Context
	<version>2.5.3-SNAPSHOT
	<description>Spring Framework: Context
	<url>http://www.springframework.org
	<licenses>
		<license>
			<name>The Apache Software License, Version 2.0
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt
			<distribution>repo
		</license>
	</licenses>
	<scm>
		<connection>scm:cvs:pserver:anonymous:@springframework.cvs.sourceforge.net:/cvsroot/springframework/spring
		<developerConnection>scm:cvs:ext:username@springframework.cvs.sourceforge.net:/cvsroot/springframework/spring
		<url>http://springframework.cvs.sourceforge.net/springframework/
	</scm>
	<organization>
		<name>Spring Framework
		<url>http://www.springframework.org/
	</organization>
	<dependencies>
<!-- External Dependencies -->
		<dependency>
			<groupId>aopalliance
			<artifactId>aopalliance
			<version>1.0
		</dependency>
		<dependency>
			<groupId>backport-util-concurrent
			<artifactId>backport-util-concurrent
			<version>3.0
			<optional>true
		</dependency>
		<dependency>
			<groupId>commons-logging
			<artifactId>commons-logging
			<version>1.1.1
		</dependency>
		<dependency>
			<groupId>com.bea.wlplatform
			<artifactId>commonj-twm
			<version>1.1
			<optional>true
		</dependency>
		<dependency>
			<groupId>javax.ejb
			<artifactId>ejb
			<version>3.0
			<scope>provided
		</dependency>
		<dependency>
			<groupId>javax.jms
			<artifactId>jms
			<version>1.1
			<scope>provided
		</dependency>
		<dependency>
			<groupId>javax.xml
			<artifactId>jaxrpc-api
			<version>1.1
			<scope>provided
		</dependency>
<!-- Spring Dependencies -->
		<dependency>
			<groupId>${project.groupId}
			<artifactId>spring-agent
			<version>${project.version}
			<optional>true
		</dependency>
		<dependency>
			<groupId>${project.groupId}
			<artifactId>spring-aop
			<version>${project.version}
			<optional>true
		</dependency>
		<dependency>
			<groupId>${project.groupId}
			<artifactId>spring-beans
			<version>${project.version}
		</dependency>
		<dependency>
			<groupId>${project.groupId}
			<artifactId>spring-core
			<version>${project.version}
		</dependency>
	</dependencies>
	<distributionManagement>
		<repository>
			<id>spring-milestone
			<name>Spring Milestone Repository
			<url>s3://maven.springframework.org/milestone
		</repository>
		<snapshotRepository>
			<id>spring-snapshot
			<name>Spring Snapshot Repository
			<url>s3://maven.springframework.org/snapshot
		</snapshotRepository>
	</distributionManagement>
</project>




Copyright 1998-2008 Alvin Alexander
All Rights Reserved.
 
devdaily.com is based in louisville, kentucky, and this web site is hosted by godaddy.com