You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
645 B
16 lines
645 B
<?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</modelVersion> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>org.springframework.core</artifactId> |
|
<packaging>jar</packaging> |
|
<name>Spring Core Abstractions and Utilities</name> |
|
<version>3.0.0.M1</version> |
|
<dependencies> |
|
<dependency> |
|
<groupId>commons-logging</groupId> |
|
<artifactId>commons-logging</artifactId> |
|
<version>1.1.1</version> |
|
</dependency> |
|
</dependencies> |
|
</project> |