Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-13127

Scala jars added to deployment when they should not

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • LATER
    • 3.3.0.Final
    • maven

    Description

      Hmmm, seems like we've gone the opposite way now.
      My lift dependencies, which bring in Scala, are defined as provided:

      <dependency>
      <groupId>net.liftweb</groupId>
      <artifactId>lift-mapper_${version.scala}</artifactId>
      <version>2.4</version>
      <scope>provided</scope>
      </dependency>

      And now, you're adding the Scala jars to the WAR when it shouldn't? See screenshot:

      https://dl.dropbox.com/u/6148072/Screen%20Shot%202012-11-14%20at%206.26.45%20PM.png

      Who's responsibility is this?

      Attachments

        Issue Links

          Activity

            People

              fbricon@redhat.com Fred Bricon
              rh-ee-galder Galder ZamarreƱo
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: