[switchyard-issues] [JBoss JIRA] Created: (SWITCHYARD-376) Add slfj4 dependency at test-scope for helpdesk quickstart

Keith Babo (JIRA) jira-events at lists.jboss.org
Fri Aug 5 15:59:33 EDT 2011


Add slfj4 dependency at test-scope for helpdesk quickstart
----------------------------------------------------------

                 Key: SWITCHYARD-376
                 URL: https://issues.jboss.org/browse/SWITCHYARD-376
             Project: SwitchYard
          Issue Type: Task
          Components: quickstarts
            Reporter: Keith Babo
             Fix For: 0.2


It looks like a slf4j api dependency is coming in through dependencies of the helpdesk app, which can cause build failures depending on the environment.  Add a test-scoped dependency on the slf4j 1.6 to the quickstart to avoid any issues.

{code}
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.6.1</version>
      <scope>test</scope>
    </dependency>
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the switchyard-issues mailing list