|
17 | 17 | under the License. |
18 | 18 | --> |
19 | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
20 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
21 | | - <modelVersion>4.0.0</modelVersion> |
22 | | - <artifactId>cloud-awsapi</artifactId> |
23 | | - <version>4.0.0-SNAPSHOT</version> |
24 | | - <name>Apache CloudStack AWS API Bridge</name> |
25 | | - <parent> |
26 | | - <groupId>com.cloud</groupId> |
27 | | - <artifactId>cloud-parent</artifactId> |
28 | | - <version>4.0.0-SNAPSHOT</version> |
| 20 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 21 | + <modelVersion>4.0.0</modelVersion> |
| 22 | + <artifactId>cloud-awsapi</artifactId> |
| 23 | + <version>4.0.0-SNAPSHOT</version> |
| 24 | + <name>Apache CloudStack AWS API Bridge</name> |
| 25 | + <parent> |
| 26 | + <groupId>com.cloud</groupId> |
| 27 | + <artifactId>cloud-parent</artifactId> |
| 28 | + <version>4.0.0-SNAPSHOT</version> |
29 | 29 | <relativePath>../parent/pom.xml</relativePath> |
30 | | - </parent> |
31 | | - <dependencies> |
| 30 | + </parent> |
| 31 | + <dependencies> |
32 | 32 | <dependency> |
33 | 33 | <groupId>org.apache.axis2</groupId> |
34 | 34 | <artifactId>axis2</artifactId> |
35 | 35 | <version>${cs.axis2.version}</version> |
36 | 36 | </dependency> |
37 | | - <dependency> |
38 | | - <groupId>org.apache.ws.commons.axiom</groupId> |
39 | | - <artifactId>axiom-api</artifactId> |
40 | | - <version>${cs.axiom.version}</version> |
41 | | - </dependency> |
42 | | -<dependency> |
43 | | - <groupId>org.hibernate</groupId> |
44 | | - <artifactId>hibernate-core</artifactId> |
45 | | - <version>${cs.hibernate.version}</version> |
46 | | -</dependency> |
47 | | -<dependency> |
48 | | - <groupId>org.hibernate</groupId> |
49 | | - <artifactId>hibernate-annotations</artifactId> |
50 | | - <version>${cs.hibernate.version}</version> |
51 | | -</dependency> |
52 | | -<dependency> |
53 | | - <groupId>org.hibernate</groupId> |
54 | | - <artifactId>hibernate-entitymanager</artifactId> |
55 | | - <version>${cs.hibernate.version}</version> |
56 | | -</dependency> |
57 | | -<dependency> |
58 | | - <groupId>log4j</groupId> |
59 | | - <artifactId>log4j</artifactId> |
60 | | - <version>${cs.log4j.version}</version> |
61 | | -</dependency> |
62 | | -<dependency> |
63 | | - <groupId>org.apache.neethi</groupId> |
64 | | - <artifactId>neethi</artifactId> |
65 | | - <version>${cs.neethi.version}</version> |
66 | | -</dependency> |
67 | | -<dependency> |
68 | | -<groupId>com.google.code.gson</groupId> |
69 | | -<artifactId>gson</artifactId> |
70 | | -<version>${cs.gson.version}</version> |
71 | | -</dependency> |
72 | | -<dependency> |
73 | | -<groupId>commons-codec</groupId> |
74 | | -<artifactId>commons-codec</artifactId> |
75 | | -<version>${cs.codec.version}</version> |
76 | | -</dependency> |
77 | | -<dependency> |
78 | | - <groupId>javax.servlet</groupId> |
79 | | - <artifactId>servlet-api</artifactId> |
80 | | - <version>${cs.servlet.version}</version> |
81 | | - <scope>provided</scope> |
82 | | -</dependency> |
83 | | -<dependency> |
84 | | - <groupId>com.googlecode.json-simple</groupId> |
85 | | - <artifactId>json-simple</artifactId> |
86 | | - <version>1.1</version> |
87 | | -</dependency> |
88 | | -<dependency> |
89 | | -<groupId>org.jasypt</groupId> |
90 | | -<artifactId>jasypt</artifactId> |
91 | | -<version>${cs.jasypt.version}</version> |
92 | | -</dependency> |
93 | | - </dependencies> |
94 | | - <build> |
95 | | - <defaultGoal>install</defaultGoal> |
96 | | - <sourceDirectory>src</sourceDirectory> |
97 | | -<!-- |
98 | | - <testSourceDirectory>test</testSourceDirectory> |
99 | | - <plugins> |
100 | | - <plugin> |
101 | | - <groupId>org.apache.maven.plugins</groupId> |
102 | | - <artifactId>maven-jar-plugin</artifactId> |
103 | | - <version>2.2</version> |
104 | | - <executions> |
105 | | - <execution> |
106 | | - <goals> |
107 | | - <goal>test-jar</goal> |
108 | | - </goals> |
109 | | - </execution> |
110 | | - </executions> |
111 | | - </plugin> |
112 | | - </plugins> |
113 | | ---> |
114 | | - </build> |
| 37 | + <dependency> |
| 38 | + <groupId>org.apache.ws.commons.axiom</groupId> |
| 39 | + <artifactId>axiom-api</artifactId> |
| 40 | + <version>${cs.axiom.version}</version> |
| 41 | + </dependency> |
| 42 | + <dependency> |
| 43 | + <groupId>org.hibernate</groupId> |
| 44 | + <artifactId>hibernate-core</artifactId> |
| 45 | + <version>${cs.hibernate.version}</version> |
| 46 | + </dependency> |
| 47 | + <dependency> |
| 48 | + <groupId>org.hibernate</groupId> |
| 49 | + <artifactId>hibernate-annotations</artifactId> |
| 50 | + <version>${cs.hibernate.version}</version> |
| 51 | + </dependency> |
| 52 | + <dependency> |
| 53 | + <groupId>org.hibernate</groupId> |
| 54 | + <artifactId>hibernate-entitymanager</artifactId> |
| 55 | + <version>${cs.hibernate.version}</version> |
| 56 | + </dependency> |
| 57 | + <dependency> |
| 58 | + <groupId>log4j</groupId> |
| 59 | + <artifactId>log4j</artifactId> |
| 60 | + <version>${cs.log4j.version}</version> |
| 61 | + </dependency> |
| 62 | + <dependency> |
| 63 | + <groupId>org.apache.neethi</groupId> |
| 64 | + <artifactId>neethi</artifactId> |
| 65 | + <version>${cs.neethi.version}</version> |
| 66 | + </dependency> |
| 67 | + <dependency> |
| 68 | + <groupId>com.google.code.gson</groupId> |
| 69 | + <artifactId>gson</artifactId> |
| 70 | + <version>${cs.gson.version}</version> |
| 71 | + </dependency> |
| 72 | + <dependency> |
| 73 | + <groupId>commons-codec</groupId> |
| 74 | + <artifactId>commons-codec</artifactId> |
| 75 | + <version>${cs.codec.version}</version> |
| 76 | + </dependency> |
| 77 | + <dependency> |
| 78 | + <groupId>javax.servlet</groupId> |
| 79 | + <artifactId>servlet-api</artifactId> |
| 80 | + <version>${cs.servlet.version}</version> |
| 81 | + <scope>provided</scope> |
| 82 | + </dependency> |
| 83 | + <dependency> |
| 84 | + <groupId>com.googlecode.json-simple</groupId> |
| 85 | + <artifactId>json-simple</artifactId> |
| 86 | + <version>1.1</version> |
| 87 | + </dependency> |
| 88 | + <dependency> |
| 89 | + <groupId>org.jasypt</groupId> |
| 90 | + <artifactId>jasypt</artifactId> |
| 91 | + <version>${cs.jasypt.version}</version> |
| 92 | + </dependency> |
| 93 | + </dependencies> |
| 94 | + <build> |
| 95 | + <defaultGoal>install</defaultGoal> |
| 96 | + <sourceDirectory>src</sourceDirectory> |
| 97 | + <!-- |
| 98 | + <testSourceDirectory>test</testSourceDirectory> |
| 99 | + <plugins> |
| 100 | + <plugin> |
| 101 | + <groupId>org.apache.maven.plugins</groupId> |
| 102 | + <artifactId>maven-jar-plugin</artifactId> |
| 103 | + <version>2.2</version> |
| 104 | + <executions> |
| 105 | + <execution> |
| 106 | + <goals> |
| 107 | + <goal>test-jar</goal> |
| 108 | + </goals> |
| 109 | + </execution> |
| 110 | + </executions> |
| 111 | + </plugin> |
| 112 | + </plugins> |
| 113 | + --> |
| 114 | + </build> |
115 | 115 | </project> |
0 commit comments