Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
point
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Apr 16, 2013
1 parent 9c86846 commit 308f998
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 2 deletions.
5 changes: 5 additions & 0 deletions example/pom.xml
Expand Up @@ -15,6 +15,11 @@
<groupId>org.jboss.mgmt</groupId>
<artifactId>jboss-mgmt-api</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.mgmt</groupId>
<artifactId>jboss-mgmt-annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.mgmt</groupId>
<artifactId>jboss-mgmt-tool</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions examples/threads/pom.xml
Expand Up @@ -16,6 +16,11 @@
<groupId>org.jboss.mgmt</groupId>
<artifactId>jboss-mgmt-api</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.mgmt</groupId>
<artifactId>jboss-mgmt-annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.mgmt</groupId>
<artifactId>jboss-mgmt-tool</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions examples/xts/pom.xml
Expand Up @@ -16,6 +16,11 @@
<groupId>org.jboss.mgmt</groupId>
<artifactId>jboss-mgmt-api</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.mgmt</groupId>
<artifactId>jboss-mgmt-annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.mgmt</groupId>
<artifactId>jboss-mgmt-tool</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -70,6 +70,11 @@
</build>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jboss.mgmt</groupId>
<artifactId>jboss-mgmt-annotations</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.mgmt</groupId>
<artifactId>jboss-mgmt-api</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions tool/pom.xml
Expand Up @@ -25,6 +25,10 @@
</build>

<dependencies>
<dependency>
<groupId>org.jboss.mgmt</groupId>
<artifactId>jboss-mgmt-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.mgmt</groupId>
<artifactId>jboss-mgmt-api</artifactId>
Expand Down
Expand Up @@ -26,7 +26,7 @@
import nu.xom.Element;
import org.jboss.jdeparser.JDefinedClass;
import org.jboss.jdeparser.JMethod;
import org.jboss.mgmt.annotation.Access;
import org.jboss.mgmt.Access;
import org.jboss.mgmt.annotation.XmlRender;

import javax.lang.model.element.ExecutableElement;
Expand Down
Expand Up @@ -44,7 +44,7 @@
import org.jboss.mgmt.Commentable;
import org.jboss.mgmt.Resource;
import org.jboss.mgmt.ResourceRef;
import org.jboss.mgmt.annotation.Access;
import org.jboss.mgmt.Access;
import org.jboss.mgmt.annotation.Attribute;
import org.jboss.mgmt.annotation.AttributeGroup;
import org.jboss.mgmt.annotation.AttributeType;
Expand Down

0 comments on commit 308f998

Please sign in to comment.