Skip to content

Commit

Permalink
Merge pull request #6 from ppalaga/150205-parent-5
Browse files Browse the repository at this point in the history
Upgrade to hawkular-parent 5
  • Loading branch information
jmazzitelli committed Feb 5, 2015
2 parents 5735a0e + e169d55 commit afe7e2e
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 1 deletion.
5 changes: 5 additions & 0 deletions hawkular-bus-broker-wf-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@
<artifactId>jboss-logging-annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-processor</artifactId>
<scope>provided</scope>
</dependency>

</dependencies>

Expand Down
5 changes: 5 additions & 0 deletions hawkular-bus-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@
<artifactId>jboss-logging-annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-processor</artifactId>
<scope>provided</scope>
</dependency>

</dependencies>

Expand Down
5 changes: 5 additions & 0 deletions hawkular-bus-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
<artifactId>jboss-logging-annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-processor</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
5 changes: 5 additions & 0 deletions hawkular-bus-samples/hawkular-bus-sample-mdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<artifactId>jboss-logging</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-processor</artifactId>
<scope>provided</scope>
</dependency>

<!-- these will be provided by our RA - the MDB itself will never need ActiveMQ specific classes -->
<dependency>
Expand Down
5 changes: 5 additions & 0 deletions hawkular-nest/hawkular-nest-wf-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@
<artifactId>jboss-logging-annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-processor</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down
2 changes: 1 addition & 1 deletion 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>4</version>
<version>5</version>
</parent>

<groupId>org.hawkular.bus</groupId>
Expand Down

0 comments on commit afe7e2e

Please sign in to comment.