Skip to content

Commit

Permalink
CDIFacetImpl_1_1 should not use ranges for the cdi-api version
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Apr 7, 2014
1 parent 477a2f6 commit 6cad4a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

/**
* Implementation of {@link CDIFacet} for spec version 1.1
*
*
* @author <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a>
*/
public class CDIFacetImpl_1_1 extends AbstractCDIFacetImpl<BeansDescriptor> implements CDIFacet_1_1
Expand All @@ -39,7 +39,7 @@ public class CDIFacetImpl_1_1 extends AbstractCDIFacetImpl<BeansDescriptor> impl
.create("org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec");
private static final Dependency JAVAX_INJECT = DependencyBuilder.create("javax.inject:javax.inject:1");
private static final Dependency JAVAX_ANNOTATION_API = DependencyBuilder.create("javax.annotation:jsr250-api:1.0");
private static final Dependency CDI_API = DependencyBuilder.create("javax.enterprise:cdi-api:[1.1,1.2)");
private static final Dependency CDI_API = DependencyBuilder.create("javax.enterprise:cdi-api:1.1");

@Inject
public CDIFacetImpl_1_1(DependencyInstaller installer)
Expand Down

0 comments on commit 6cad4a6

Please sign in to comment.