Skip to content

Commit

Permalink
remove the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maschmid committed May 31, 2011
1 parent d6265f0 commit 53f26ca
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -77,9 +77,9 @@ public static Archive<?> createTestArchive() throws FileNotFoundException {

.addAsLibraries(DependencyResolvers.use(MavenDependencyResolver.class)
.loadReposFromPom("pom.xml")
.artifact("org.jboss.seam.config:seam-config-xml:3.0.0.Final")
.artifact("org.jboss.seam.solder:seam-solder:3.0.0.Final")
.artifact("org.scribe:scribe:1.1.2")
.artifact("org.jboss.seam.config:seam-config-xml")
.artifact("org.jboss.seam.solder:seam-solder")
.artifact("org.scribe:scribe")
.resolveAs(GenericArchive.class))
.addAsWebInfResource(new FileAsset(beanFile), ArchivePaths.create("classes/META-INF/beans.xml"));

Expand Down

0 comments on commit 53f26ca

Please sign in to comment.