Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jun 11, 2013
1 parent 31cb611 commit 040dac4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/picketlink/forge/PicketLinkPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
import javax.enterprise.event.Event;
import javax.inject.Inject;

import org.jboss.forge.maven.MavenCoreFacet;
import org.jboss.forge.project.Project;
import org.jboss.forge.project.dependencies.DependencyInstaller;
import org.jboss.forge.project.facets.events.InstallFacets;
import org.jboss.forge.shell.plugins.Alias;
import org.jboss.forge.shell.plugins.PipeOut;
import org.jboss.forge.shell.plugins.Plugin;
import org.jboss.forge.shell.plugins.RequiresFacet;
import org.jboss.forge.shell.plugins.RequiresProject;
import org.jboss.forge.shell.plugins.SetupCommand;

Expand All @@ -19,7 +17,6 @@
*/
@Alias("picketlink")
@RequiresProject
@RequiresFacet(MavenCoreFacet.class)
public class PicketLinkPlugin implements Plugin
{
@Inject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ public void testSetup() throws Exception
DependencyFacet facet = project.getFacet(DependencyFacet.class);
Assert.assertTrue(facet.hasEffectiveDependency(PicketLinkFacet.API_DEPENDENCY));
Assert.assertTrue(facet.hasEffectiveDependency(PicketLinkFacet.IMPL_DEPENDENCY));
System.out.println(getOutput());
}
}

0 comments on commit 040dac4

Please sign in to comment.