Skip to content

Commit

Permalink
Add Model classes to Arq archive.
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraZizka committed Jun 23, 2014
1 parent 35ba780 commit b284eaa
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -32,6 +32,7 @@ public static ForgeArchive getDeployment()
{
ForgeArchive archive = ShrinkWrap.create(ForgeArchive.class)
.addBeansXML()
.addClasses( FooModel.class, FooSubModel.class )
.addAsAddonDependencies(
AddonDependencyEntry.create("org.jboss.windup.graph:windup-graph"),
AddonDependencyEntry.create("org.jboss.forge.furnace.container:cdi")
Expand Down

0 comments on commit b284eaa

Please sign in to comment.