1 <?xml version="1.0" encoding="UTF-8"?>
3 ~ Licensed under the Apache License, Version 2.0 (the "License");
4 ~ you may not use this file except in compliance with the License.
5 ~ You may obtain a copy of the License at
7 ~ http://www.apache.org/licenses/LICENSE-2.0
9 ~ Unless required by applicable law or agreed to in writing, software
10 ~ distributed under the License is distributed on an "AS IS" BASIS,
11 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 ~ See the License for the specific language governing permissions and
13 ~ limitations under the License.
15 <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">
17 <groupId>org.codehaus.plexus</groupId>
18 <artifactId>plexus-components</artifactId>
19 <version>1.1.12</version>
21 <modelVersion>4.0.0</modelVersion>
22 <groupId>org.codehaus.plexus</groupId>
23 <artifactId>plexus-spring</artifactId>
24 <version>1.2</version>
25 <name>Plexus to Spring Adapter</name>
27 <description>Bridge utility to use plexus components in a SpringFramework context.</description>
29 <springVersion>2.5.5</springVersion>
33 <groupId>org.springframework</groupId>
34 <artifactId>spring-context</artifactId>
35 <version>${springVersion}</version>
38 <groupId>org.springframework</groupId>
39 <artifactId>spring-web</artifactId>
40 <version>${springVersion}</version>
41 <optional>true</optional>
44 <groupId>org.springframework</groupId>
45 <artifactId>spring-test</artifactId>
46 <version>${springVersion}</version>
50 <groupId>commons-lang</groupId>
51 <artifactId>commons-lang</artifactId>
52 <version>2.4</version>
55 <groupId>org.codehaus.plexus</groupId>
56 <artifactId>plexus-component-api</artifactId>
57 <version>1.0-alpha-22</version>
60 <groupId>org.dom4j</groupId>
61 <artifactId>dom4j</artifactId>
62 <version>${dom4j.version}</version>
65 <groupId>com.opensymphony</groupId>
66 <artifactId>webwork</artifactId>
67 <version>2.2.6</version>
68 <optional>true</optional>
71 <groupId>javax.servlet</groupId>
72 <artifactId>servlet-api</artifactId>
73 <version>2.3</version>
74 <optional>true</optional>
77 <groupId>org.codehaus.plexus</groupId>
78 <artifactId>plexus-utils</artifactId>
79 <version>1.5.1</version>
82 <!-- for struts2 integration -->
84 <groupId>org.apache.struts</groupId>
85 <artifactId>struts2-spring-plugin</artifactId>
86 <version>2.1.2</version>
87 <optional>true</optional>
91 <groupId>org.slf4j</groupId>
92 <artifactId>slf4j-api</artifactId>
93 <version>1.5.0</version>
96 <groupId>org.slf4j</groupId>
97 <artifactId>slf4j-log4j12</artifactId>
98 <version>1.5.0</version>
103 <groupId>junit</groupId>
104 <artifactId>junit</artifactId>
105 <version>3.8.2</version>
106 <scope>compile</scope>
107 <optional>true</optional>
110 <groupId>org.codehaus.plexus</groupId>
111 <artifactId>plexus-log4j-logging</artifactId>
112 <version>1.1-alpha-3</version>
116 <groupId>log4j</groupId>
117 <artifactId>log4j</artifactId>
122 <groupId>log4j</groupId>
123 <artifactId>log4j</artifactId>
124 <version>1.2.14</version>
128 <groupId>org.apache.maven</groupId>
129 <artifactId>maven-artifact</artifactId>
131 <version>2.0.8</version>
134 <groupId>org.apache.maven</groupId>
135 <artifactId>maven-project</artifactId>
136 <version>2.0.8</version>
140 <groupId>org.apache.maven</groupId>
141 <artifactId>maven-core</artifactId>
142 <version>2.0.8</version>
146 <groupId>org.apache.maven</groupId>
147 <artifactId>maven-settings</artifactId>
148 <version>2.0.8</version>
152 <groupId>org.apache.maven</groupId>
153 <artifactId>maven-model</artifactId>
154 <version>2.0.8</version>
158 <groupId>org.codehaus.plexus</groupId>
159 <artifactId>plexus-command-line</artifactId>
160 <version>1.0-alpha-2</version>
164 <groupId>org.codehaus.plexus</groupId>
165 <artifactId>plexus-utils</artifactId>
170 <groupId>org.codehaus.plexus.registry</groupId>
171 <artifactId>plexus-registry-commons</artifactId>
172 <version>1.0-alpha-3</version>
176 <groupId>ant</groupId>
177 <artifactId>ant-optional</artifactId>
180 <groupId>jdom</groupId>
181 <artifactId>jdom</artifactId>
184 <groupId>commons-logging</groupId>
185 <artifactId>commons-logging-api</artifactId>
190 <groupId>org.codehaus.plexus.registry</groupId>
191 <artifactId>plexus-registry-api</artifactId>
192 <version>1.0-alpha-3</version>
199 <email>nicolas@apache.org</email>
200 <name>Nicolas De Loof</name>
207 <artifactId>maven-compiler-plugin</artifactId>
208 <version>2.0.2</version>
215 <artifactId>maven-release-plugin</artifactId>
216 <version>2.0-beta-7</version>
218 <useReleaseProfile>true</useReleaseProfile>
219 <tagBase>https://svn.codehaus.org/plexus/plexus-components/tags/</tagBase>
220 <arguments>-Prelease</arguments>
227 <connection>scm:svn:http://svn.codehaus.org/plexus/plexus-components/tags/plexus-spring-1.2</connection>
228 <developerConnection>scm:svn:https://svn.codehaus.org/plexus/plexus-components/tags/plexus-spring-1.2</developerConnection>
229 <url>http://fisheye.codehaus.org/browse/plexus/plexus-components/tags/plexus-spring-1.2</url>