]> source.dussan.org Git - archiva.git/blob
cc7397558b6be103a3fac8bf52e9dc3e7d5727c7
[archiva.git] /
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
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
6   ~
7   ~      http://www.apache.org/licenses/LICENSE-2.0
8   ~
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.
14 -->
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">
16   <parent>
17     <groupId>org.codehaus.plexus</groupId>
18     <artifactId>plexus-components</artifactId>
19     <version>1.1.12</version>
20   </parent>
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>
26
27   <description>Bridge utility to use plexus components in a SpringFramework context.</description>
28   <properties>
29     <springVersion>2.5.5</springVersion>
30   </properties>
31   <dependencies>
32     <dependency>
33       <groupId>org.springframework</groupId>
34       <artifactId>spring-context</artifactId>
35       <version>${springVersion}</version>
36     </dependency>
37     <dependency>
38       <groupId>org.springframework</groupId>
39       <artifactId>spring-web</artifactId>
40       <version>${springVersion}</version>
41       <optional>true</optional>
42     </dependency>
43     <dependency>
44       <groupId>org.springframework</groupId>
45       <artifactId>spring-test</artifactId>
46       <version>${springVersion}</version>
47       <scope>test</scope>
48     </dependency>
49     <dependency>
50       <groupId>commons-lang</groupId>
51       <artifactId>commons-lang</artifactId>
52       <version>2.4</version>
53     </dependency>
54     <dependency>
55       <groupId>org.codehaus.plexus</groupId>
56       <artifactId>plexus-component-api</artifactId>
57       <version>1.0-alpha-22</version>
58     </dependency>
59     <dependency>
60       <groupId>org.dom4j</groupId>
61       <artifactId>dom4j</artifactId>
62       <version>${dom4j.version}</version>
63     </dependency>
64     <dependency>
65       <groupId>com.opensymphony</groupId>
66       <artifactId>webwork</artifactId>
67       <version>2.2.6</version>
68       <optional>true</optional>
69     </dependency>
70     <dependency>
71       <groupId>javax.servlet</groupId>
72       <artifactId>servlet-api</artifactId>
73       <version>2.3</version>
74       <optional>true</optional>
75     </dependency>
76     <dependency>
77       <groupId>org.codehaus.plexus</groupId>
78       <artifactId>plexus-utils</artifactId>
79       <version>1.5.1</version>
80     </dependency>       
81
82     <!-- for struts2 integration -->
83     <dependency>
84       <groupId>org.apache.struts</groupId>
85       <artifactId>struts2-spring-plugin</artifactId>
86       <version>2.1.2</version>
87       <optional>true</optional>
88     </dependency>
89     
90     <dependency>
91       <groupId>org.slf4j</groupId>
92       <artifactId>slf4j-api</artifactId>
93       <version>1.5.0</version>
94     </dependency>      
95     <dependency>
96       <groupId>org.slf4j</groupId>
97       <artifactId>slf4j-log4j12</artifactId>
98       <version>1.5.0</version>
99       <scope>test</scope>
100     </dependency>
101
102     <dependency>
103       <groupId>junit</groupId>
104       <artifactId>junit</artifactId>
105       <version>3.8.2</version>
106       <scope>compile</scope>
107       <optional>true</optional>
108     </dependency>
109     <dependency>
110       <groupId>org.codehaus.plexus</groupId>
111       <artifactId>plexus-log4j-logging</artifactId>
112       <version>1.1-alpha-3</version>
113       <scope>test</scope>
114       <exclusions>
115         <exclusion>                      
116           <groupId>log4j</groupId>
117           <artifactId>log4j</artifactId>
118         </exclusion>          
119       </exclusions>
120     </dependency>
121     <dependency>
122       <groupId>log4j</groupId>
123       <artifactId>log4j</artifactId>
124       <version>1.2.14</version>
125       <scope>test</scope>
126     </dependency>
127     <dependency>
128       <groupId>org.apache.maven</groupId>
129       <artifactId>maven-artifact</artifactId>
130       <scope>test</scope>
131       <version>2.0.8</version>
132     </dependency>        
133     <dependency>
134       <groupId>org.apache.maven</groupId>
135       <artifactId>maven-project</artifactId>
136       <version>2.0.8</version> 
137       <scope>test</scope>
138     </dependency>
139     <dependency>
140       <groupId>org.apache.maven</groupId>
141       <artifactId>maven-core</artifactId>
142       <version>2.0.8</version>
143       <scope>test</scope>
144     </dependency>          
145     <dependency>
146       <groupId>org.apache.maven</groupId>
147       <artifactId>maven-settings</artifactId>
148       <version>2.0.8</version>
149       <scope>test</scope>               
150     </dependency>         
151     <dependency>
152       <groupId>org.apache.maven</groupId>
153       <artifactId>maven-model</artifactId>
154       <version>2.0.8</version>
155       <scope>test</scope>               
156     </dependency>       
157     <dependency>
158       <groupId>org.codehaus.plexus</groupId>
159       <artifactId>plexus-command-line</artifactId>
160       <version>1.0-alpha-2</version>
161       <scope>test</scope>
162       <exclusions>
163         <exclusion>
164           <groupId>org.codehaus.plexus</groupId>
165           <artifactId>plexus-utils</artifactId> 
166         </exclusion>
167       </exclusions>
168     </dependency>
169     <dependency>
170       <groupId>org.codehaus.plexus.registry</groupId>
171       <artifactId>plexus-registry-commons</artifactId>
172       <version>1.0-alpha-3</version>
173       <scope>test</scope>
174       <exclusions>
175         <exclusion>
176           <groupId>ant</groupId>
177           <artifactId>ant-optional</artifactId>
178         </exclusion>
179         <exclusion>
180           <groupId>jdom</groupId>
181           <artifactId>jdom</artifactId>
182         </exclusion>
183         <exclusion>
184           <groupId>commons-logging</groupId>
185           <artifactId>commons-logging-api</artifactId>
186         </exclusion>
187       </exclusions>
188     </dependency>    
189     <dependency>
190       <groupId>org.codehaus.plexus.registry</groupId>
191       <artifactId>plexus-registry-api</artifactId>
192       <version>1.0-alpha-3</version>
193       <scope>test</scope>
194     </dependency>
195   </dependencies>
196
197   <developers>
198     <developer>
199       <email>nicolas@apache.org</email>
200       <name>Nicolas De Loof</name>
201     </developer>
202   </developers>
203
204   <build>
205     <plugins>
206       <plugin>
207         <artifactId>maven-compiler-plugin</artifactId>
208         <version>2.0.2</version>
209         <configuration>
210           <source>1.5</source>
211           <target>1.5</target>
212         </configuration>
213       </plugin>
214       <plugin>
215         <artifactId>maven-release-plugin</artifactId>
216         <version>2.0-beta-7</version>
217         <configuration>
218           <useReleaseProfile>true</useReleaseProfile>  
219           <tagBase>https://svn.codehaus.org/plexus/plexus-components/tags/</tagBase>
220           <arguments>-Prelease</arguments>
221         </configuration>    
222       </plugin>
223     </plugins>
224   </build>
225
226   <scm>
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>
230   </scm>
231   
232 </project>