# HG changeset patch # User Jaroslav Tulach # Date 1367161872 -7200 # Node ID 784443774aef3992fa9e69a0eab067b189c32887 # Parent 2a1fcf43bc71e2bd94b16d87113cb75ab863ec31 The mojo plugin needs to have dependencies on known launchers in order to make calculator demo work diff -r 2a1fcf43bc71 -r 784443774aef javaquery/demo-calculator/pom.xml --- a/javaquery/demo-calculator/pom.xml Sun Apr 28 17:03:18 2013 +0200 +++ b/javaquery/demo-calculator/pom.xml Sun Apr 28 17:11:12 2013 +0200 @@ -12,7 +12,7 @@ UTF-8 - FULL + MINIMAL diff -r 2a1fcf43bc71 -r 784443774aef rt/mojo/pom.xml --- a/rt/mojo/pom.xml Sun Apr 28 17:03:18 2013 +0200 +++ b/rt/mojo/pom.xml Sun Apr 28 17:11:12 2013 +0200 @@ -81,5 +81,10 @@ launcher ${project.version} + + ${project.groupId} + launcher.http + ${project.version} +