alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Spring Framework example source code file (spring-core.pom)

This example Spring Framework source code file (spring-core.pom) 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.

Java - Spring Framework tags/keywords

apache, core, core, dependencies, dependencies, external, framework, framework, license, repository, repository, snapshot, spring, version

The Spring Framework spring-core.pom 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-core
	<packaging>jar
	<name>Spring Framework: Core
	<version>2.5.3-SNAPSHOT
	<description>Spring Framework: Core
	<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>
<!-- External Dependencies -->
	<dependencies>
		<dependency>
			<groupId>asm
			<artifactId>asm
			<version>2.2.3
			<optional>true
		</dependency>
		<dependency>
			<groupId>asm
			<artifactId>asm-commons
			<version>2.2.3
			<optional>true
		</dependency>
		<dependency>
			<groupId>asm
			<artifactId>asm-util
			<version>2.2.3
			<optional>true
		</dependency>
		<dependency>
			<groupId>backport-util-concurrent
			<artifactId>backport-util-concurrent
			<version>3.0
			<optional>true
		</dependency>
		<dependency>
			<groupId>commons-collections
			<artifactId>commons-collections
			<version>3.2
			<optional>true
		</dependency>
		<dependency>
			<groupId>commons-logging
			<artifactId>commons-logging
			<version>1.1.1
		</dependency>
		<dependency>
			<groupId>log4j
			<artifactId>log4j
			<version>1.2.13
			<optional>true
		</dependency>
<!-- Spring Dependencies -->
	</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>

Other Spring Framework examples (source code examples)

Here is a short list of links related to this Spring Framework spring-core.pom source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.