Skip to content

Commit

Permalink
Moved ClasspathWorkspaceReader to upper package
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 19, 2013
1 parent 24c5262 commit 4d54ebf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* http://www.eclipse.org/legal/epl-v10.html
*/

package org.jboss.forge.addon.maven.dependencies;
package org.jboss.forge.addon.maven;

import java.io.File;
import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
import org.eclipse.aether.spi.connector.RepositoryConnectorFactory;
import org.eclipse.aether.util.repository.AuthenticationBuilder;
import org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy;
import org.jboss.forge.addon.maven.dependencies.ClasspathWorkspaceReader;

/**
* Configures the Maven API for usage inside Furnace
Expand Down

0 comments on commit 4d54ebf

Please sign in to comment.