Skip to content

Commit

Permalink
HWKMETRICS-145 Upgrade to WF9
Browse files Browse the repository at this point in the history
  • Loading branch information
tsegismont committed Jun 22, 2015
1 parent 7b0cbc3 commit 86eb802
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ as possible.

== Getting started with a release build

http://wildfly.org/downloads/[Download a Wildfly 8.2.0.Final] archive and expand it somewhere on your disk.
http://wildfly.org/downloads/[Download a Wildfly 9] archive and expand it somewhere on your disk.

Check out the https://github.com/hawkular/hawkular-metrics/releases[Metrics releases] page and download the latest
version of the web application archive: `hawkular-metrics-api-jaxrs-X.Y.Z.war`
Expand Down
11 changes: 0 additions & 11 deletions api/metrics-api-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,6 @@
<name>Hawkular Metrics JAXRS API</name>
<description>The REST-api of Hawkular-Metrics implemented via JAXRS archive</description>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.wildfly.bom</groupId>
<artifactId>jboss-javaee-7.0-with-resteasy</artifactId>
<version>${version.org.wildfly}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion containers/cassandra-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
</parent>

<artifactId>cassandra-docker</artifactId>
<version>0.3.5-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Cassandra Docker Image</name>
Expand Down
1 change: 0 additions & 1 deletion containers/cassandra-seed-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
</parent>

<artifactId>cassandra-seed-provider</artifactId>
<version>0.3.5-SNAPSHOT</version>

<name>Cassandra Seed Provider</name>

Expand Down
13 changes: 12 additions & 1 deletion containers/container-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
</parent>

<artifactId>hawkular-container-tests</artifactId>
<version>0.3.5-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Hawkular Metrics Container Tests</name>
Expand All @@ -38,6 +37,18 @@
<maven.test.skip>true</maven.test.skip>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.wildfly.bom</groupId>
<artifactId>jboss-javaee-7.0-with-all</artifactId>
<version>8.2.0.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>io.fabric8</groupId>
Expand Down
1 change: 0 additions & 1 deletion containers/hawkular-metrics-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
</parent>

<artifactId>hawkular-metrics-docker</artifactId>
<version>0.3.5-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Hawkular Metrics Docker Image</name>
Expand Down
1 change: 0 additions & 1 deletion containers/kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
</parent>

<artifactId>hawkular-metrics-kubernetes-app</artifactId>
<version>0.3.5-SNAPSHOT</version>

<name>Hawkular Metrics Kubernetes Application</name>

Expand Down
1 change: 0 additions & 1 deletion containers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
</parent>

<artifactId>hawkular-metrics-containers</artifactId>
<version>0.3.5-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Hawkular Metric Containers</name>
Expand Down
16 changes: 1 addition & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular</groupId>
<artifactId>hawkular-parent</artifactId>
<version>15</version>
<version>16</version>
</parent>

<groupId>org.hawkular.metrics</groupId>
Expand Down Expand Up @@ -294,20 +294,6 @@

<profiles>

<!-- Note that the test.debug profile has moved to hawkular-parent -->

<profile>
<id>download_wildfly</id>
<dependencies>
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-dist</artifactId>
<version>${version.org.wildfly}</version>
<type>zip</type>
</dependency>
</dependencies>
</profile>

<profile>
<id>publish</id>

Expand Down
9 changes: 9 additions & 0 deletions rest-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@
<artifactId>resteasy-client</artifactId>
<scope>test</scope>
</dependency>
<!-- commons-io added while upgrading to WLF9.CR2 -->
<!-- For some reason we need to add it manually now -->
<!-- TODO remove when resteasy-client dependency resolution is fixed -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson2-provider</artifactId>
Expand Down

0 comments on commit 86eb802

Please sign in to comment.