Skip to content

Commit

Permalink
No need to call addBeansXml()
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 21, 2016
1 parent c9fe6a9 commit 08ea21d
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -55,8 +55,7 @@ public static AddonArchive getDeploymentDep1()
AbstractClass.class,
Implementation.class,
InstanceFactory.class,
InstanceFactoryImpl.class)
.addBeansXML();
InstanceFactoryImpl.class);

return archive;
}
Expand Down

0 comments on commit 08ea21d

Please sign in to comment.