Skip to content

Commit

Permalink
Fixed wrong artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 26, 2013
1 parent b09f81d commit 2609567
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class ForgeContainerAPIFacet extends AbstractFacet<Project> implements Pr
{
public static Dependency FORGE_CONTAINER_API_DEPENDENCY = DependencyBuilder.create()
.setGroupId("org.jboss.forge.furnace")
.setArtifactId("container-cdi")
.setArtifactId("container-cdi-api")
.setScopeType("provided");

@Inject
Expand Down

0 comments on commit 2609567

Please sign in to comment.