~ubuntu-branches/ubuntu/maverick/eucalyptus/maverick

« back to all changes in this revision

Viewing changes to clc/modules/wsstack/pom.xml

  • Committer: Bazaar Package Importer
  • Author(s): Dave Walker (Daviey)
  • Date: 2010-07-21 17:27:10 UTC
  • mfrom: (1.1.38 upstream)
  • Revision ID: james.westby@ubuntu.com-20100721172710-7xv07dmdqgivc3t9
Tags: 2.0~bzr1211-0ubuntu1
* New major upstream version merge, 2.0 (r1211).
* debian/patches/:
  - 01-wsdl-stubs.patch, debian/wsdl.md5sums: wsdl stubs updated.
  - 02-Makefile.patch: Updated to reflect new code layout.
  - 07-local_support_euca_conf-in.patch: Updated to reflect new code layout.
  - 08-ubuntu-default-networking.patch: Refreshed.
  - 09-small-128-192MB.patch: Updated to point to new location.
  - 10-disable-iscsi.patch: Refreshed.
  - 11-state-cleanup-memleakfix.patch: Removed, fixed upstream.
  - 15-fix-default-ramdisk.patch: Updated to point to new location.
  - 16-kvm_libvirt_xml_default_use_kvm.patch: Updated to reflect changes.
  - 17-fix_walrus_OOM_errors.patch: Removed, fixed upstream.
  - 18-priv_security.patch: Updated to reflect upstream changes.
  - 20-brute-force-webui.patch: Updated to reflect upstream changes. 
  - 21-eucalyptus-1.7-with-gwt-1.6.4.patch: New patch, allows 
    eucalyptus-1.7 to be built against gwt 1.6.4. Based on patch courtesy 
    of Dmitrii Zagorodnov, upstream. (LP: #597330)
* debian/eucalyptus-java-common.links: 
  - Changed symlink for groovy, point to groovy.all.jar, making compatiable 
    with groovy versions >1.7. (LP: #595421)
  - Added ant.jar & jetty-rewrite-handler.jar as they are now required.
* debian/control
  - & debian/build-jars: Added libjavassist-java and libjetty-extra-java as 
    build dependencies.
  - Added libjetty-extra-java as a dependency of eucalyptus-java-common
* The binary resulting jar's have been renamed from eucalyptus-*-1.6.2.jar
  to eucalyptus-*-main.jar:    
  - debian/eucalyptus-cc.upstart
  - debian/eucalyptus-cloud.install
  - debian/eucalyptus-common.eucalyptus.upstart
  - debian/eucalyptus-java-common.install
  - debian/eucalyptus-network.upstart
  - debian/eucalyptus-sc.install
  - debian/eucalyptus-walrus.install
* debian/eucalyptus-java-common.install: New upstream jars that have been
  installed:
  - eucalyptus-db-hsqldb-ext-main.jar
  - eucalyptus-component-main.jar
* debian/control:
  - Updated Standards Version to 3.8.4 (no change)
  - Updated the upstream Homepage to: http://open.eucalyptus.com/
  - Changed Vcs-Bzr to reflect new location of Ubuntu hosted development branch.
  - Made the Build Dependency of groovy and the binary eucalyptus-java-common
    package depend on version >=1.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
 
  ~ Copyright (c) 2009  Eucalyptus Systems, Inc.
4
 
  ~
5
 
  ~ This program is free software: you can redistribute it and/or modify
6
 
  ~ it under the terms of the GNU General Public License as published by
7
 
  ~ the Free Software Foundation, only version 3 of the License.
8
 
  ~
9
 
  ~
10
 
  ~ This file is distributed in the hope that it will be useful, but WITHOUT
11
 
  ~ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12
 
  ~ FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
13
 
  ~ for more details.
14
 
  ~
15
 
  ~ You should have received a copy of the GNU General Public License along
16
 
  ~ with this program.  If not, see http://www.gnu.org/licenses/.
17
 
  ~
18
 
  ~ Please contact Eucalyptus Systems, Inc., 130 Castilian
19
 
  ~ Dr., Goleta, CA 93101 USA or visit http://www.eucalyptus.com/licenses/
20
 
  ~ if you need additional information or have any questions.
21
 
  ~
22
 
  ~ This file may incorporate work covered under the following copyright and
23
 
  ~ permission notice:
24
 
  ~
25
 
  ~   Software License Agreement (BSD License)
26
 
  ~
27
 
  ~   Copyright (c) 2008, Regents of the University of California
28
 
  ~   All rights reserved.
29
 
  ~
30
 
  ~   Redistribution and use of this software in source and binary forms, with
31
 
  ~   or without modification, are permitted provided that the following
32
 
  ~   conditions are met:
33
 
  ~
34
 
  ~     Redistributions of source code must retain the above copyright notice,
35
 
  ~     this list of conditions and the following disclaimer.
36
 
  ~
37
 
  ~     Redistributions in binary form must reproduce the above copyright
38
 
  ~     notice, this list of conditions and the following disclaimer in the
39
 
  ~     documentation and/or other materials provided with the distribution.
40
 
  ~
41
 
  ~   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
42
 
  ~   IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
43
 
  ~   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
44
 
  ~   PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
45
 
  ~   OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
46
 
  ~   EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
47
 
  ~   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
48
 
  ~   PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
49
 
  ~   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
50
 
  ~   NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
51
 
  ~   SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. USERS OF
52
 
  ~   THIS SOFTWARE ACKNOWLEDGE THE POSSIBLE PRESENCE OF OTHER OPEN SOURCE
53
 
  ~   LICENSED MATERIAL, COPYRIGHTED MATERIAL OR PATENTED MATERIAL IN THIS
54
 
  ~   SOFTWARE, AND IF ANY SUCH MATERIAL IS DISCOVERED THE PARTY DISCOVERING
55
 
  ~   IT MAY INFORM DR. RICH WOLSKI AT THE UNIVERSITY OF CALIFORNIA, SANTA
56
 
  ~   BARBARA WHO WILL THEN ASCERTAIN THE MOST APPROPRIATE REMEDY, WHICH IN
57
 
  ~   THE REGENTS’ DISCRETION MAY INCLUDE, WITHOUT LIMITATION, REPLACEMENT
58
 
  ~   OF THE CODE SO IDENTIFIED, LICENSING OF THE CODE SO IDENTIFIED, OR
59
 
  ~   WITHDRAWAL OF THE CODE CAPABILITY TO THE EXTENT NEEDED TO COMPLY WITH
60
 
  ~   ANY SUCH LICENSES OR RIGHTS.
61
 
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
62
 
  ~ Author: chris grzegorczyk grze@eucalyptus.com
63
 
  -->
64
 
 
65
 
<project>
66
 
    <parent>
67
 
        <groupId>eucalyptus</groupId>
68
 
        <artifactId>cloud</artifactId>
69
 
        <version>1</version>
70
 
        <relativePath>../../pom.xml</relativePath>
71
 
    </parent>
72
 
  <modelVersion>4.0.0</modelVersion>
73
 
  <groupId>eucalyptus</groupId>
74
 
  <artifactId>wsstack</artifactId>
75
 
  <version>${euca.version}</version>
76
 
  <name>Eucalyptus Web Services Stack</name>
77
 
  <build>
78
 
    <plugins>
79
 
      <plugin>
80
 
        <artifactId>maven-compiler-plugin</artifactId>
81
 
        <configuration>
82
 
          <source>1.6</source>
83
 
          <target>1.6</target>
84
 
        </configuration>
85
 
      </plugin>
86
 
    </plugins>
87
 
  </build>
88
 
  <dependencies>
89
 
        <dependency>
90
 
                <groupId>eucalyptus</groupId>
91
 
                <artifactId>msgs</artifactId>
92
 
                <version>${euca.version}</version>
93
 
        </dependency>
94
 
        <dependency>
95
 
                <groupId>eucalyptus</groupId>
96
 
                <artifactId>core</artifactId>
97
 
                <version>${euca.version}</version>
98
 
        </dependency>
99
 
        <dependency>
100
 
                <groupId>org.jboss.netty</groupId>
101
 
                <artifactId>netty</artifactId>
102
 
                <version>3.1.0.CR1</version>
103
 
        </dependency>
104
 
        <dependency>
105
 
                <groupId>log4j</groupId>
106
 
                <artifactId>log4j</artifactId>
107
 
                <version>1.2.15</version>
108
 
        <exclusions>
109
 
          <exclusion>
110
 
            <groupId>com.sun.jdmk</groupId>
111
 
            <artifactId>jmxtools</artifactId>
112
 
           </exclusion>
113
 
          <exclusion>
114
 
            <groupId>com.sun.jmx</groupId>
115
 
            <artifactId>jmxri</artifactId>
116
 
           </exclusion>
117
 
        </exclusions>
118
 
        </dependency>
119
 
        <dependency>
120
 
                <groupId>org.apache.ws.commons.axiom</groupId>
121
 
                <artifactId>axiom-api</artifactId>
122
 
                <version>1.2.8</version>
123
 
        </dependency>
124
 
        <dependency>
125
 
                <groupId>org.apache.ws.security</groupId>
126
 
                <artifactId>wss4j</artifactId>
127
 
                <version>1.5.7</version>
128
 
          <exclusions>
129
 
             <exclusion>
130
 
                 <groupId>opensaml</groupId>
131
 
                 <artifactId>opensaml</artifactId>
132
 
             </exclusion>
133
 
         </exclusions>
134
 
        </dependency>
135
 
        <dependency>
136
 
                <groupId>org.mule</groupId>
137
 
                <artifactId>mule-core</artifactId>
138
 
                <version>2.0.1</version>
139
 
         <exclusions>
140
 
             <exclusion>
141
 
                 <groupId>javax.activation</groupId>
142
 
                 <artifactId>activation</artifactId>
143
 
             </exclusion>
144
 
         </exclusions>
145
 
        </dependency>
146
 
        <dependency>
147
 
                <groupId>com.google.collections</groupId>
148
 
                <artifactId>google-collections</artifactId>
149
 
                <version>1.0-rc2</version>
150
 
        </dependency>
151
 
        <dependency>
152
 
                <groupId>org.jibx</groupId>
153
 
                <artifactId>jibx-run</artifactId>
154
 
                <version>1.1.6a</version>
155
 
        </dependency>
156
 
        <dependency>
157
 
                <groupId>org.jibx</groupId>
158
 
                <artifactId>jibx-bind</artifactId>
159
 
                <version>1.1.6a</version>
160
 
        </dependency>
161
 
        <dependency>
162
 
                <groupId>org.bouncycastle</groupId>
163
 
                <artifactId>bcprov-jdk16</artifactId>
164
 
                <version>1.43</version>
165
 
        </dependency>
166
 
        <dependency>
167
 
                <groupId>commons-beanutils</groupId>
168
 
                <artifactId>commons-beanutils</artifactId>
169
 
                <version>1.8.0</version>
170
 
        </dependency>
171
 
        <dependency>
172
 
                <groupId>org.apache.ws.commons.axiom</groupId>
173
 
                <artifactId>axiom-dom</artifactId>
174
 
                <version>1.2.8</version>
175
 
                <type>jar</type>
176
 
                <scope>compile</scope>
177
 
        </dependency>
178
 
        <dependency>
179
 
                <groupId>org.apache.ws.commons.axiom</groupId>
180
 
                <artifactId>axiom-impl</artifactId>
181
 
                <version>1.2.8</version>
182
 
                <type>jar</type>
183
 
                <scope>compile</scope>
184
 
        </dependency>
185
 
        <dependency>
186
 
                <groupId>org.codehaus.groovy</groupId>
187
 
                <artifactId>groovy</artifactId>
188
 
                <version>1.6.3</version>
189
 
        </dependency>
190
 
        <dependency>
191
 
                <groupId>org.mule.modules</groupId>
192
 
                <artifactId>mule-module-spring-config</artifactId>
193
 
                <version>2.0.1</version>
194
 
                <scope>compile</scope>
195
 
        </dependency>
196
 
        <dependency>
197
 
                <groupId>org.mule.modules</groupId>
198
 
                <artifactId>mule-module-client</artifactId>
199
 
                <version>2.0.1</version>
200
 
        </dependency>
201
 
        <dependency>
202
 
                <groupId>commons-httpclient</groupId>
203
 
                <artifactId>commons-httpclient</artifactId>
204
 
                <version>3.1</version>
205
 
        </dependency>
206
 
        <dependency>
207
 
                <groupId>commons-fileupload</groupId>
208
 
                <artifactId>commons-fileupload</artifactId>
209
 
                <version>1.2.1</version>
210
 
        </dependency>
211
 
        <dependency>
212
 
                <groupId>net.sf.json-lib</groupId>
213
 
                <artifactId>json-lib</artifactId>
214
 
                <version>2.2.3</version>
215
 
        </dependency>
216
 
        <dependency>
217
 
                <groupId>net.sf.ezmorph</groupId>
218
 
                <artifactId>ezmorph</artifactId>
219
 
                <version>1.0.6</version>
220
 
        </dependency>
221
 
  </dependencies>
222
 
</project>