|
Spring Framework example source code file (spring-aop.pom)
The Spring Framework spring-aop.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-aop <packaging>jar <name>Spring Framework: AOP <version>2.5.3-SNAPSHOT <description>Spring Framework: AOP <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>aspectj <artifactId>aspectjrt <version>1.5.4 <optional>true </dependency> <dependency> <groupId>aspectj <artifactId>aspectjweaver <version>1.5.4 <optional>true </dependency> <dependency> <groupId>cglib <artifactId>cglib-nodep <version>2.1_3 <optional>true </dependency> <dependency> <groupId>commons-attributes <artifactId>commons-attributes-api <version>2.2 <optional>true </dependency> <dependency> <groupId>commons-attributes <artifactId>commons-attributes-compiler <version>2.2 <optional>true </dependency> <dependency> <groupId>commons-logging <artifactId>commons-logging <version>1.1.1 </dependency> <dependency> <groupId>commons-pool <artifactId>commons-pool <version>1.3 <optional>true </dependency> <dependency> <groupId>com.jamonapi <artifactId>jamon <version>2.4 <optional>true </dependency> <dependency> <groupId>oro <artifactId>oro <version>2.0.8 <optional>true </dependency> <!-- Spring Dependencies --> <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> Other Spring Framework examples (source code examples)Here is a short list of links related to this Spring Framework spring-aop.pom source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 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.