Skip to content

Commit 66cca4d

Browse files
author
Alex Huang
committed
Fixed up the pom.xml to use dependencies specified in cloudstack pom
1 parent afd5d55 commit 66cca4d

20 files changed

Lines changed: 121 additions & 116 deletions

File tree

agent/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,12 @@
3939
<dependency>
4040
<groupId>commons-daemon</groupId>
4141
<artifactId>commons-daemon</artifactId>
42-
<version>${cs.daemon.version}</version>
4342
</dependency>
4443
</dependencies>
4544
<build>
4645
<plugins>
4746
<plugin>
4847
<artifactId>maven-antrun-plugin</artifactId>
49-
<version>1.7</version>
5048
<executions>
5149
<execution>
5250
<id>generate-resource</id>
@@ -98,7 +96,6 @@
9896
<plugin>
9997
<groupId>org.apache.maven.plugins</groupId>
10098
<artifactId>maven-dependency-plugin</artifactId>
101-
<version>2.5.1</version>
10299
<executions>
103100
<execution>
104101
<id>copy-dependencies</id>

api/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<dependency>
3535
<groupId>com.google.code.gson</groupId>
3636
<artifactId>gson</artifactId>
37-
<version>${cs.gson.version}</version>
3837
</dependency>
3938
<dependency>
4039
<groupId>org.apache.cloudstack</groupId>
@@ -44,7 +43,6 @@
4443
</dependency>
4544
</dependencies>
4645
<build>
47-
<defaultGoal>install</defaultGoal>
4846
<plugins>
4947
<plugin>
5048
<groupId>org.apache.maven.plugins</groupId>

client/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@
289289
</dependency>
290290
</dependencies>
291291
<build>
292-
<defaultGoal>install</defaultGoal>
293292
<plugins>
294293
<plugin>
295294
<groupId>ru.concerteza.buildnumber</groupId>
@@ -560,7 +559,6 @@
560559
<plugin>
561560
<groupId>org.apache.maven.plugins</groupId>
562561
<artifactId>maven-dependency-plugin</artifactId>
563-
<version>2.5.1</version>
564562
<executions>
565563
<execution>
566564
<id>copy</id>

core/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@
3636
<artifactId>cloud-engine-api</artifactId>
3737
<version>${project.version}</version>
3838
</dependency>
39-
<!--
40-
<dependency>
41-
<groupId>org.apache.cloudstack</groupId>
42-
<artifactId>cloud-engine-schema</artifactId>
43-
<version>${project.version}</version>
44-
</dependency>
45-
-->
4639
<dependency>
4740
<groupId>commons-codec</groupId>
4841
<artifactId>commons-codec</artifactId>

developer/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,19 @@
2525
<dependency>
2626
<groupId>mysql</groupId>
2727
<artifactId>mysql-connector-java</artifactId>
28-
<version>${cs.mysql.version}</version>
2928
<scope>runtime</scope>
3029
</dependency>
3130
<dependency>
3231
<groupId>commons-dbcp</groupId>
3332
<artifactId>commons-dbcp</artifactId>
34-
<version>${cs.dbcp.version}</version>
3533
</dependency>
3634
<dependency>
3735
<groupId>commons-pool</groupId>
3836
<artifactId>commons-pool</artifactId>
39-
<version>${cs.pool.version}</version>
4037
</dependency>
4138
<dependency>
4239
<groupId>org.jasypt</groupId>
4340
<artifactId>jasypt</artifactId>
44-
<version>${cs.jasypt.version}</version>
4541
</dependency>
4642
<dependency>
4743
<groupId>org.apache.cloudstack</groupId>
@@ -55,7 +51,6 @@
5551
</dependency>
5652
</dependencies>
5753
<build>
58-
<defaultGoal>install</defaultGoal>
5954
<plugins>
6055
<plugin>
6156
<groupId>org.codehaus.mojo</groupId>

framework/events/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@
2727
<dependency>
2828
<groupId>com.google.code.gson</groupId>
2929
<artifactId>gson</artifactId>
30-
<version>${cs.gson.version}</version>
3130
</dependency>
3231
<dependency>
3332
<groupId>com.google.guava</groupId>
3433
<artifactId>guava</artifactId>
35-
<version>${cs.guava.version}</version>
3634
</dependency>
3735
</dependencies>
3836
</project>

framework/ipc/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@
2323
<dependency>
2424
<groupId>cglib</groupId>
2525
<artifactId>cglib-nodep</artifactId>
26-
<version>${cs.cglib.version}</version>
2726
</dependency>
2827
<dependency>
2928
<groupId>com.google.code.gson</groupId>
3029
<artifactId>gson</artifactId>
31-
<version>${cs.gson.version}</version>
3230
</dependency>
3331
<dependency>
3432
<groupId>org.apache.cloudstack</groupId>

framework/rest/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
<artifactId>cloud-framework-rest</artifactId>
2929
<name>Apache CloudStack Framework - REST</name>
3030
<build>
31-
<defaultGoal>install</defaultGoal>
32-
<sourceDirectory>src</sourceDirectory>
33-
<testSourceDirectory>test</testSourceDirectory>
3431
</build>
3532
<dependencies>
3633
<dependency>

plugins/alert-handlers/snmp-alerts/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@
3333
<dependency>
3434
<groupId>org.apache.servicemix.bundles</groupId>
3535
<artifactId>org.apache.servicemix.bundles.snmp4j</artifactId>
36-
<version>2.1.0_1</version>
3736
</dependency>
3837
<dependency>
3938
<groupId>log4j</groupId>
4039
<artifactId>log4j</artifactId>
41-
<version>${cs.log4j.version}</version>
4240
</dependency>
4341
</dependencies>
4442

plugins/alert-handlers/syslog-alerts/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
<dependency>
3434
<groupId>log4j</groupId>
3535
<artifactId>log4j</artifactId>
36-
<version>${cs.log4j.version}</version>
3736
</dependency>
3837
</dependencies>
3938

0 commit comments

Comments
 (0)