[jbossts-issues] [JBoss JIRA] (JBTM-2380) rts requires exclusion of easily made "provided" dependencies when importing into WildFly

Tom Jenkinson (JIRA) issues at jboss.org
Tue Apr 28 09:29:53 EDT 2015


Tom Jenkinson created JBTM-2380:
-----------------------------------

             Summary: rts requires exclusion of easily made "provided" dependencies when importing into WildFly
                 Key: JBTM-2380
                 URL: https://issues.jboss.org/browse/JBTM-2380
             Project: JBoss Transaction Manager
          Issue Type: Task
          Components: Build System, REST
            Reporter: Tom Jenkinson
            Assignee: Michael Musgrove
             Fix For: 5.next


For example, we are excluding restat-util but then including it. Strange.

{code:xml}
           <dependency>
                <groupId>org.jboss.narayana.rts</groupId>
                <artifactId>restat-integration</artifactId>
                <version>${version.org.jboss.narayana}</version>
                <exclusions>
                    <exclusion>
                        <groupId>log4j</groupId>
                        <artifactId>log4j</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>org.jboss.narayana.rts</groupId>
                        <artifactId>restat-util</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>

            <dependency>
                <groupId>org.jboss.narayana.rts</groupId>
                <artifactId>restat-bridge</artifactId>
                <version>${version.org.jboss.narayana}</version>
                <exclusions>
                    <exclusion>
                        <groupId>org.jboss.narayana.rts</groupId>
                        <artifactId>restat-util</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>

            <dependency>
                <groupId>org.jboss.narayana.rts</groupId>
                <artifactId>restat-api</artifactId>
                <version>${version.org.jboss.narayana}</version>
                <exclusions>
                    <exclusion>
                        <groupId>log4j</groupId>
                        <artifactId>log4j</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>org.jboss.narayana.rts</groupId>
                        <artifactId>restat-util</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>

            <dependency>
                <groupId>org.jboss.narayana.rts</groupId>
                <artifactId>restat-util</artifactId>
                <version>${version.org.jboss.narayana}</version>
                <exclusions>
                    <exclusion>
                        <groupId>log4j</groupId>
                        <artifactId>log4j</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>org.jboss.resteasy</groupId>
                        <artifactId>jaxrs-api</artifactId>
                    </exclusion>
                </exclusions>
             </dependency>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbossts-issues mailing list