[jboss-jira] [JBoss JIRA] (AS7-2102) TS: Add a package (or a module?) for shared util classes
Ondrej Zizka (Commented) (JIRA)
jira-events at lists.jboss.org
Thu Dec 8 09:19:43 EST 2011
[ https://issues.jboss.org/browse/AS7-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12649240#comment-12649240 ]
Ondrej Zizka commented on AS7-2102:
-----------------------------------
Removed:
* <artifactId>stilts-stomp-client</artifactId>
* <artifactId>stilts-stomplet-server-core</artifactId>
* <artifactId>jboss-annotations-api_1.1_spec</artifactId>
* <artifactId>jboss-as-arquillian-container-managed</artifactId>
* <artifactId>junit</artifactId>
I.e. reduced to just
{code}
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-build</artifactId>
<type>pom</type>
<exclusions>
<exclusion>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.foundation</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
<scope>test</scope>
</dependency>
{code}
> TS: Add a package (or a module?) for shared util classes
> --------------------------------------------------------
>
> Key: AS7-2102
> URL: https://issues.jboss.org/browse/AS7-2102
> Project: Application Server 7
> Issue Type: Sub-task
> Components: Test Suite
> Reporter: Ondrej Zizka
> Assignee: Ondrej Zizka
>
> To prevent people coding their own impl of what was coded twenty-times in other packages of TS.
> There's already a package: `org.jboss.as.test.integration.common`
> It could be a module to keep it's dependencies separated.
> Perhaps also Apache Commons Util should be added as a dependency.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list