| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -249,11 +249,6 @@ | |||
| 249 | 249 | <artifactId>cloud-engine-storage-volume</artifactId> | |
| 250 | 250 | <version>${project.version}</version> | |
| 251 | 251 | </dependency> | |
| 252 | - <dependency> | ||
| 253 | - <groupId>org.apache.cloudstack</groupId> | ||
| 254 | - <artifactId>cloud-plugin-hypervisor-simulator</artifactId> | ||
| 255 | - <version>${project.version}</version> | ||
| 256 | - </dependency> | ||
| 257 | 252 | <dependency> | |
| 258 | 253 | <groupId>org.apache.cloudstack</groupId> | |
| 259 | 254 | <artifactId>cloud-plugin-storage-volume-default</artifactId> | |
@@ -274,11 +269,6 @@ | |||
| 274 | 269 | <artifactId>cloud-plugin-storage-image-swift</artifactId> | |
| 275 | 270 | <version>${project.version}</version> | |
| 276 | 271 | </dependency> | |
| 277 | - <dependency> | ||
| 278 | - <groupId>org.apache.cloudstack</groupId> | ||
| 279 | - <artifactId>cloud-plugin-storage-image-simulator</artifactId> | ||
| 280 | - <version>${project.version}</version> | ||
| 281 | - </dependency> | ||
| 282 | 272 | <dependency> | |
| 283 | 273 | <groupId>org.apache.cloudstack</groupId> | |
| 284 | 274 | <artifactId>cloud-plugin-syslog-alerts</artifactId> | |
@@ -613,7 +603,7 @@ | |||
| 613 | 603 | </build> | |
| 614 | 604 | <profiles> | |
| 615 | 605 | <profile> | |
| 616 | - <id>developer</id> | ||
| 606 | + <id>simulator</id> | ||
| 617 | 607 | <activation> | |
| 618 | 608 | <property> | |
| 619 | 609 | <name>simulator</name> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -52,18 +52,6 @@ | |||
| 52 | 52 | <artifactId>cloud-server</artifactId> | |
| 53 | 53 | <version>${project.version}</version> | |
| 54 | 54 | </dependency> | |
| 55 | - <dependency> | ||
| 56 | - <groupId>org.apache.cloudstack</groupId> | ||
| 57 | - <artifactId>cloud-plugin-hypervisor-simulator</artifactId> | ||
| 58 | - <version>${project.version}</version> | ||
| 59 | - <scope>compile</scope> | ||
| 60 | - </dependency> | ||
| 61 | - <dependency> | ||
| 62 | - <groupId>org.apache.cloudstack</groupId> | ||
| 63 | - <artifactId>cloud-plugin-storage-image-simulator</artifactId> | ||
| 64 | - <version>${project.version}</version> | ||
| 65 | - <scope>compile</scope> | ||
| 66 | - </dependency> | ||
| 67 | 55 | </dependencies> | |
| 68 | 56 | <build> | |
| 69 | 57 | <defaultGoal>install</defaultGoal> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -46,7 +46,6 @@ | |||
| 46 | 46 | <module>hypervisors/xen</module> | |
| 47 | 47 | <module>hypervisors/kvm</module> | |
| 48 | 48 | <module>event-bus/rabbitmq</module> | |
| 49 | - <module>hypervisors/simulator</module> | ||
| 50 | 49 | <module>hypervisors/baremetal</module> | |
| 51 | 50 | <module>hypervisors/ucs</module> | |
| 52 | 51 | <module>network-elements/elastic-loadbalancer</module> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments