launcher/http/pom.xml
changeset 1914 88b00e03fc8f
parent 1911 fe2e6f5a2044
child 1918 17d09f3e5f08
     1.1 --- a/launcher/http/pom.xml	Fri Mar 25 21:47:31 2016 +0100
     1.2 +++ b/launcher/http/pom.xml	Mon Mar 28 05:55:43 2016 +0200
     1.3 @@ -30,6 +30,29 @@
     1.4                      <skip>false</skip>
     1.5                  </configuration>
     1.6              </plugin>
     1.7 +            <plugin>
     1.8 +                <groupId>org.apidesign.bck2brwsr</groupId>
     1.9 +                <artifactId>bck2brwsr-maven-plugin</artifactId>
    1.10 +                <version>0.17</version>
    1.11 +                <executions>
    1.12 +                    <execution>
    1.13 +                        <goals>
    1.14 +                            <goal>library</goal>
    1.15 +                        </goals>
    1.16 +                    </execution>
    1.17 +                </executions>
    1.18 +                <configuration>
    1.19 +                    <ignoreBootClassPath>false</ignoreBootClassPath>
    1.20 +                </configuration>
    1.21 +                <dependencies>
    1.22 +                    <dependency>
    1.23 +                        <groupId>org.apidesign.bck2brwsr</groupId>
    1.24 +                        <artifactId>aot</artifactId>
    1.25 +                        <version>${project.version}</version>
    1.26 +                        <type>jar</type>
    1.27 +                    </dependency>
    1.28 +                </dependencies>
    1.29 +            </plugin>
    1.30          </plugins>
    1.31      </build>
    1.32      <properties>
    1.33 @@ -70,7 +93,7 @@
    1.34      <dependency>
    1.35        <groupId>org.apidesign.bck2brwsr</groupId>
    1.36        <artifactId>aot</artifactId>
    1.37 -      <version>0.18</version>
    1.38 +      <version>${project.version}</version>
    1.39        <type>jar</type>
    1.40      </dependency>
    1.41    </dependencies>