launcher/http/pom.xml
changeset 1942 f8cc2a015ece
parent 1918 17d09f3e5f08
child 1961 e9e1b1e863ba
     1.1 --- a/launcher/http/pom.xml	Mon Mar 28 07:33:11 2016 +0200
     1.2 +++ b/launcher/http/pom.xml	Tue Apr 26 08:05:09 2016 +0200
     1.3 @@ -30,29 +30,6 @@
     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>