Skip to content

Commit

Permalink
Use C* driver and Guava version from parent + mvn tidy:pom
Browse files Browse the repository at this point in the history
  • Loading branch information
tsegismont committed Jun 15, 2015
1 parent 89a8a5b commit d4cf1a9
Show file tree
Hide file tree
Showing 18 changed files with 103 additions and 118 deletions.
2 changes: 0 additions & 2 deletions api/metrics-api-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>

<dependency>
Expand Down Expand Up @@ -229,4 +228,3 @@
</profile>
</profiles>
</project>

2 changes: 1 addition & 1 deletion clients/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<groupId>org.hawkular.metrics</groupId>
<version>0.3.5-SNAPSHOT</version>
</parent>

<artifactId>clients-common</artifactId>

<dependencies>
Expand All @@ -36,5 +37,4 @@
<scope>test</scope>
</dependency>
</dependencies>

</project>
2 changes: 1 addition & 1 deletion clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<groupId>org.hawkular.metrics</groupId>
<version>0.3.5-SNAPSHOT</version>
</parent>

<artifactId>clients</artifactId>
<packaging>pom</packaging>

Expand All @@ -35,5 +36,4 @@
<module>common</module>
<module>ptranslator</module>
</modules>

</project>
1 change: 0 additions & 1 deletion clients/ptranslator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,5 +304,4 @@
</build>
</profile>
</profiles>

</project>
14 changes: 7 additions & 7 deletions containers/cassandra-docker/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
Expand All @@ -18,7 +19,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -29,10 +29,15 @@
</parent>

<artifactId>cassandra-docker</artifactId>
<name>Cassandra Docker Image</name>
<version>0.3.5-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Cassandra Docker Image</name>

<properties>
<docker.baseimage>jboss/base-jdk:8</docker.baseimage>
</properties>

<dependencies>
<dependency>
<groupId>org.hawkular.metrics</groupId>
Expand All @@ -41,10 +46,6 @@
</dependency>
</dependencies>

<properties>
<docker.baseimage>jboss/base-jdk:8</docker.baseimage>
</properties>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -115,5 +116,4 @@
</build>
</profile>
</profiles>

</project>
6 changes: 3 additions & 3 deletions containers/cassandra-seed-provider/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
Expand All @@ -18,7 +19,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -29,9 +29,10 @@
</parent>

<artifactId>cassandra-seed-provider</artifactId>
<name>Cassandra Seed Provider</name>
<version>0.3.5-SNAPSHOT</version>

<name>Cassandra Seed Provider</name>

<dependencies>
<dependency>
<groupId>org.apache.cassandra</groupId>
Expand All @@ -43,5 +44,4 @@
<build>
<finalName>cassandra-seed-provider</finalName>
</build>

</project>
14 changes: 7 additions & 7 deletions containers/container-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
Expand All @@ -18,7 +19,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -29,10 +29,15 @@
</parent>

<artifactId>hawkular-container-tests</artifactId>
<name>Hawkular Metrics Container Tests</name>
<version>0.3.5-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Hawkular Metrics Container Tests</name>

<properties>
<maven.test.skip>true</maven.test.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.fabric8</groupId>
Expand Down Expand Up @@ -65,10 +70,6 @@

</dependencies>

<properties>
<maven.test.skip>true</maven.test.skip>
</properties>

<profiles>
<profile>
<id>container-tests</id>
Expand All @@ -77,5 +78,4 @@
</properties>
</profile>
</profiles>

</project>
14 changes: 7 additions & 7 deletions containers/hawkular-metrics-docker/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
Expand All @@ -18,7 +19,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -29,10 +29,15 @@
</parent>

<artifactId>hawkular-metrics-docker</artifactId>
<name>Hawkular Metrics Docker Image</name>
<version>0.3.5-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Hawkular Metrics Docker Image</name>

<properties>
<docker.baseimage>jboss/wildfly:8.2.0.Final</docker.baseimage>
</properties>

<dependencies>
<dependency>
<groupId>org.hawkular.metrics</groupId>
Expand All @@ -43,10 +48,6 @@

</dependencies>

<properties>
<docker.baseimage>jboss/wildfly:8.2.0.Final</docker.baseimage>
</properties>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -117,5 +118,4 @@
</build>
</profile>
</profiles>

</project>
6 changes: 3 additions & 3 deletions containers/kubernetes/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
Expand All @@ -18,7 +19,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -29,9 +29,10 @@
</parent>

<artifactId>hawkular-metrics-kubernetes-app</artifactId>
<name>Hawkular Metrics Kuberenetes Application</name>
<version>0.3.5-SNAPSHOT</version>

<name>Hawkular Metrics Kuberenetes Application</name>

<properties>
<!-- Properties for the fabric8-maven-plugin -->
<fabric8.generateJson>false</fabric8.generateJson>
Expand Down Expand Up @@ -69,5 +70,4 @@
</plugin>
</plugins>
</build>

</project>
20 changes: 10 additions & 10 deletions containers/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
Expand All @@ -18,7 +19,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -28,18 +28,10 @@
</parent>

<artifactId>hawkular-metrics-containers</artifactId>
<name>Hawkular Metric Containers</name>
<version>0.3.5-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<cassandra.version>2.1.3</cassandra.version>
<fabric8.version>2.0.39</fabric8.version>
<docker.user>hawkular</docker.user>
<hawkular-metrics.image>${docker.user}/hawkular-metrics:${project.version}</hawkular-metrics.image>
<cassandra.build>devel</cassandra.build>
<cassandra.image>${docker.user}/cassandra:${cassandra.version}-${cassandra.build}</cassandra.image>
</properties>
<name>Hawkular Metric Containers</name>

<modules>
<module>kubernetes</module>
Expand All @@ -49,4 +41,12 @@
<module>container-tests</module>
</modules>

<properties>
<cassandra.version>2.1.3</cassandra.version>
<fabric8.version>2.0.39</fabric8.version>
<docker.user>hawkular</docker.user>
<hawkular-metrics.image>${docker.user}/hawkular-metrics:${project.version}</hawkular-metrics.image>
<cassandra.build>devel</cassandra.build>
<cassandra.image>${docker.user}/cassandra:${cassandra.version}-${cassandra.build}</cassandra.image>
</properties>
</project>
2 changes: 0 additions & 2 deletions core/metrics-core-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>${datastax.driver.version}</version>
</dependency>

<!-- test -->
Expand All @@ -72,5 +71,4 @@
</dependency>

</dependencies>

</project>
6 changes: 2 additions & 4 deletions core/metrics-core-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
<dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>${datastax.driver.version}</version>
<exclusions>
<exclusion>
<groupId>com.codahale.metrics</groupId>
Expand Down Expand Up @@ -175,7 +174,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${google.guava.version}</version>
<version>${version.com.google.guava}</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand All @@ -185,7 +184,7 @@
<dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>${datastax.driver.version}</version>
<version>${version.com.datastax.cassandra}</version>
</dependency>
</dependencies>
<executions>
Expand All @@ -210,5 +209,4 @@
</build>
</profile>
</profiles>

</project>
6 changes: 3 additions & 3 deletions load-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
Expand All @@ -18,7 +19,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -28,9 +28,10 @@
</parent>

<artifactId>hawkular-metrics-load-tests</artifactId>
<name>Hawkular Metrics Load Tests</name>
<packaging>pom</packaging>

<name>Hawkular Metrics Load Tests</name>

<properties>
<version.io.gatling>2.1.6</version.io.gatling>
</properties>
Expand All @@ -57,5 +58,4 @@
</plugin>
</plugins>
</build>

</project>

0 comments on commit d4cf1a9

Please sign in to comment.