[ 
https://issues.apache.org/jira/browse/GERONIMO-5489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894797#action_12894797
 ] 

Forrest Xia commented on GERONIMO-5489:
---------------------------------------

yep, the dependencies in the pom should only include specs artifacts, something 
like this:

       <dependency>
            <groupId>org.apache.geronimo.specs</groupId>
            <artifactId>geronimo-jcdi_1.0_spec</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.apache.geronimo.specs</groupId>
            <artifactId>geronimo-atinject_1.0_spec</artifactId>
            <scope>provided</scope>
        </dependency>

> Add test cases for dependency injection for java 1.0 features into the 
> testsuite.
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5489
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5489
>             Project: Geronimo
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: testsuite
>    Affects Versions: 3.0
>            Reporter: Wang Guang Zhe
>             Fix For: 3.0
>
>         Attachments: di1.0-testsuite.patch
>
>
> Dependency Injection for Java 1.0 is a new component in Java EE 6.
> The features included are five annotations ane one interface.
> The annotations are:
> @Inject
> @Named
> @Qualifier
> @Scope
> @Singleton
> The only interface is:
> public interface Provider<T>
> They are all tested in this suite.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to