Skip to content

Commit

Permalink
FORGE-1588: Added addon dependencies to API subproject
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Feb 20, 2014
1 parent 6aae806 commit 38d238c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ public void setupComplexAddonProject(Project project, Version forgeVersion, Iter

installSelectedAddons(project, dependencyAddons, true);
installSelectedAddons(addonProject, dependencyAddons, false);
installSelectedAddons(apiProject, dependencyAddons, false);
installSelectedAddons(testsProject, dependencyAddons, false);

dependencyInstaller.install(addonProject, DependencyBuilder.create(apiProjectDependency));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
@RunWith(Arquillian.class)
public class AddonProjectConfiguratorTest
{
private static final String FURNACE_VERSION = "2.0.0-SNAPSHOT";
private static final String FURNACE_VERSION = "2.0.0.Final";

@Deployment
@Dependencies({
Expand Down

0 comments on commit 38d238c

Please sign in to comment.