Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
'Hawkular-side' part of the HWKINVENT-107
Browse files Browse the repository at this point in the history
  • Loading branch information
jkremser committed Aug 4, 2015
1 parent 287988b commit a847906
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 21 deletions.
2 changes: 1 addition & 1 deletion dist/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<outputDirectory>${hawkular.dist.zip.root.dir}/modules/org/hawkular/nest/main/deployments</outputDirectory>
<useProjectArtifact>false</useProjectArtifact>
<includes>
<include>org.hawkular.inventory:hawkular-integrated-inventory-rest</include>
<include>org.hawkular.inventory:hawkular-inventory-dist</include>
<include>org.hawkular.bus:hawkular-feed-comm-war</include>
<include>org.hawkular:hawkular-pinger</include>
<include>org.hawkular:hawkular-avail-creator</include>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</dependency>
<dependency>
<groupId>org.hawkular.inventory</groupId>
<artifactId>hawkular-integrated-inventory-rest</artifactId>
<artifactId>hawkular-inventory-dist</artifactId>
<type>war</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dist/src/main/resources/wildfly/patches/standalone.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@
<enable-basic-auth>true</enable-basic-auth>
<credential name="secret"><xsl:value-of select="$uuid.hawkular.accounts.backend" /></credential>
</secure-deployment>
<secure-deployment name="hawkular-integrated-inventory-rest.war">
<secure-deployment name="hawkular-inventory-dist.war">
<realm>hawkular</realm>
<resource>hawkular-accounts-backend</resource>
<use-resource-role-mappings>true</use-resource-role-mappings>
Expand Down
2 changes: 1 addition & 1 deletion modules/end-to-end-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<dependency>
<groupId>org.hawkular.inventory</groupId>
<artifactId>inventory-api</artifactId>
<artifactId>hawkular-inventory-api</artifactId>
<scope>test</scope>
</dependency>

Expand Down
8 changes: 1 addition & 7 deletions modules/pinger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,7 @@

<dependency>
<groupId>org.hawkular.inventory</groupId>
<artifactId>inventory-api</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.hawkular.inventory</groupId>
<artifactId>inventory-bus-api</artifactId>
<artifactId>hawkular-inventory-api</artifactId>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion modules/pinger/src/main/webapp/WEB-INF/jboss-all.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
-->
<jboss umlns="urn:jboss:1.0">
<jboss-deployment-dependencies xmlns="urn:jboss:deployment-dependencies:1.0">
<dependency name="hawkular-integrated-inventory-rest.war"/>
<dependency name="hawkular-inventory-dist.war"/>
</jboss-deployment-dependencies>
</jboss>
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependencies>
<module name="org.hawkular.nest" />
<module name="org.jboss.resteasy.resteasy-jackson2-provider" services="import"/>
<module name="deployment.hawkular-integrated-inventory-rest.war" services="import"/>
<module name="deployment.hawkular-inventory-dist.war" services="import"/>
</dependencies>
</deployment>
</jboss-deployment-structure>
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@

<dependency>
<groupId>org.hawkular.inventory</groupId>
<artifactId>inventory-api</artifactId>
<artifactId>hawkular-inventory-api</artifactId>
<version>${version.org.hawkular.inventory}</version>
</dependency>

Expand All @@ -195,13 +195,7 @@

<dependency>
<groupId>org.hawkular.inventory</groupId>
<artifactId>inventory-bus-api</artifactId>
<version>${version.org.hawkular.inventory}</version>
</dependency>

<dependency>
<groupId>org.hawkular.inventory</groupId>
<artifactId>hawkular-integrated-inventory-rest</artifactId>
<artifactId>hawkular-inventory-dist</artifactId>
<version>${version.org.hawkular.inventory}</version>
<type>war</type>
</dependency>
Expand Down

0 comments on commit a847906

Please sign in to comment.