~ubuntu-core-dev/eucalyptus/ubuntu-karmic

« back to all changes in this revision

Viewing changes to clc/modules/image-manager/pom.xml

  • Committer: Dmitrii Zagorodnov
  • Date: 2009-01-27 21:53:41 UTC
  • mfrom: (25.1.112 eucalyptus-main)
  • Revision ID: dmitrii@cs.ucsb.edu-20090127215341-i0f0v6cmbpljmg02
merged with current main

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<project>
 
2
    <parent>
 
3
        <groupId>eucalyptus</groupId>
 
4
        <artifactId>cloud</artifactId>
 
5
        <version>1</version>
 
6
        <relativePath>../../pom.xml</relativePath>
 
7
    </parent>
 
8
    <modelVersion>4.0.0</modelVersion>
 
9
    <groupId>eucalyptus</groupId>
 
10
    <artifactId>image-manager</artifactId>
 
11
    <version>${euca.version}</version>
 
12
    <name>Eucalyptus Image Manager</name>
 
13
    <dependencies>
 
14
        <dependency>
 
15
            <groupId>eucalyptus</groupId>
 
16
            <artifactId>msgs</artifactId>
 
17
            <version>${euca.version}</version>
 
18
        </dependency>
 
19
        <dependency>
 
20
            <groupId>eucalyptus</groupId>
 
21
            <artifactId>core</artifactId>
 
22
            <version>${euca.version}</version>
 
23
        </dependency>
 
24
        <dependency>
 
25
            <groupId>eucalyptus</groupId>
 
26
            <artifactId>cluster-manager</artifactId>
 
27
            <version>${euca.version}</version>
 
28
        </dependency>
 
29
    </dependencies>
 
30
</project>
 
 
b'\\ No newline at end of file'