Uploaded image for project: 'Weld'
  1. Weld
  2. WELD-952

Fix deprecated dependencies in jboss test harness

    Details

      Description

      The jboss test harness currently depends on the deprecated jboss repository (repository.jboss.org/maven2) and uses a lot of bad dependencies. This makes it impossible to build weld-core from outside the VPN. These dependencies should be cleaned up for a new release of the test harness, and weld-core should be updated to the new release.

        Gliffy Diagrams

          Issue Links

            Activity

            Hide
            alesj Ales Justin added a comment -

            Current workaround:

            <!-- Redirect requests for the old repo to go to the new deprecated
            repo -->
            <mirror>
            <id>deprecated-jboss-repo</id>
            <name>Use new repo to handle requests to deprecated repo</name>
            <mirrorOf>repository.jboss.org</mirrorOf>

            <url>http://repository.jboss.org/nexus/content/repositories/deprecated</url>
            </mirror>
            <mirror>
            <id>deprecated-jboss-repo2</id>
            <name>Use new repo to handle requests to deprecated repo</name>
            <mirrorOf>jboss</mirrorOf>

            <url>http://repository.jboss.org/nexus/content/repositories/deprecated</url>
            </mirror>

            Show
            alesj Ales Justin added a comment - Current workaround: <!-- Redirect requests for the old repo to go to the new deprecated repo --> <mirror> <id>deprecated-jboss-repo</id> <name>Use new repo to handle requests to deprecated repo</name> <mirrorOf>repository.jboss.org</mirrorOf> <url> http://repository.jboss.org/nexus/content/repositories/deprecated </url> </mirror> <mirror> <id>deprecated-jboss-repo2</id> <name>Use new repo to handle requests to deprecated repo</name> <mirrorOf>jboss</mirrorOf> <url> http://repository.jboss.org/nexus/content/repositories/deprecated </url> </mirror>
            Hide
            mkouba Martin Kouba added a comment -

            AFAIK there is no plan to do a next release of jboss-test-harness.

            The only module which depends on jboss-test-harness is CDI TCK 1.0 runner. And this module is not a standard part of the build in 2.0 branch anymore.

            Show
            mkouba Martin Kouba added a comment - AFAIK there is no plan to do a next release of jboss-test-harness. The only module which depends on jboss-test-harness is CDI TCK 1.0 runner. And this module is not a standard part of the build in 2.0 branch anymore.
            Hide
            mkouba Martin Kouba added a comment -

            CDI TCK 1.0 runner was removed in 2.0 branch. Furthermore jboss-test-harness dependency was removed in 2.0 branch as well.

            We don't plan to fix this in 1.1 branch.

            Show
            mkouba Martin Kouba added a comment - CDI TCK 1.0 runner was removed in 2.0 branch. Furthermore jboss-test-harness dependency was removed in 2.0 branch as well. We don't plan to fix this in 1.1 branch.

              People

              • Assignee:
                mkouba Martin Kouba
                Reporter:
                pgier Paul Gier
              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Development