[arquillian-issues] [JBoss JIRA] Created: (ARQ-418) Weld SE Embedded 1.0 configuration incomplete

Hendy Irawan (JIRA) jira-events at lists.jboss.org
Sat Apr 16 01:02:33 EDT 2011


Weld SE Embedded 1.0 configuration incomplete
---------------------------------------------

                 Key: ARQ-418
                 URL: https://issues.jboss.org/browse/ARQ-418
             Project: Arquillian
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Documentation
    Affects Versions: 1.0.0.Alpha5
            Reporter: Hendy Irawan


This documentation: http://docs.jboss.org/arquillian/reference/latest/en-US/html/container.reference.html#container.weld-se-embedded-1

is missing a dependency:

{code}
				<dependency>
					<groupId>org.glassfish.web</groupId>
					<artifactId>el-impl</artifactId>
					<version>2.2</version>
					<scope>runtime</scope>
				</dependency>
{code}

probably also needed by Weld SE 1.1.

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


More information about the arquillian-issues mailing list