# HG changeset patch # User Jaroslav Tulach # Date 1417860705 -3600 # Node ID 40d676c86a87ab9104cfe86988206bca41b06923 # Parent 61179c5e56fe923c84c54abd14fa569a9d191fa4 Solving cyclic dependency by removing the launcher.http's dependency on emul-rt.jar diff -r 61179c5e56fe -r 40d676c86a87 launcher/http/pom.xml --- a/launcher/http/pom.xml Sat Dec 06 09:25:22 2014 +0100 +++ b/launcher/http/pom.xml Sat Dec 06 11:11:45 2014 +0100 @@ -68,12 +68,6 @@ test - ${project.groupId} - emul - ${project.version} - rt - - org.apidesign.bck2brwsr aot 1.0-SNAPSHOT diff -r 61179c5e56fe -r 40d676c86a87 rt/aot-nb-test/pom.xml --- a/rt/aot-nb-test/pom.xml Sat Dec 06 09:25:22 2014 +0100 +++ b/rt/aot-nb-test/pom.xml Sat Dec 06 11:11:45 2014 +0100 @@ -37,6 +37,13 @@ test + ${project.groupId} + emul + rt + ${project.version} + test + + org.netbeans.api org-openide-util-lookup diff -r 61179c5e56fe -r 40d676c86a87 rt/emul/brwsrtest/pom.xml --- a/rt/emul/brwsrtest/pom.xml Sat Dec 06 09:25:22 2014 +0100 +++ b/rt/emul/brwsrtest/pom.xml Sat Dec 06 11:11:45 2014 +0100 @@ -51,6 +51,7 @@ ${project.groupId} emul + rt ${project.version} test diff -r 61179c5e56fe -r 40d676c86a87 rt/emul/compacttest/pom.xml --- a/rt/emul/compacttest/pom.xml Sat Dec 06 09:25:22 2014 +0100 +++ b/rt/emul/compacttest/pom.xml Sat Dec 06 11:11:45 2014 +0100 @@ -26,12 +26,13 @@ launcher.http ${project.version} test - - - com.oracle - javafx - - + + + ${project.groupId} + emul + rt + ${project.version} + test org.netbeans.api