rt/vm8/pom.xml
branchjdk8
changeset 1684 3238bffeaf12
parent 1683 17f95ced156b
child 1692 2f800fdc371e
     1.1 --- a/rt/vm8/pom.xml	Sat Sep 13 15:41:35 2014 +0200
     1.2 +++ b/rt/vm8/pom.xml	Sat Sep 13 16:11:42 2014 +0200
     1.3 @@ -29,21 +29,6 @@
     1.4                      </systemProperties>
     1.5                  </configuration>
     1.6              </plugin>
     1.7 -            <plugin>
     1.8 -                <groupId>net.orfjackal.retrolambda</groupId>
     1.9 -                <artifactId>retrolambda-maven-plugin</artifactId>
    1.10 -                <version>1.5.0</version>
    1.11 -                <executions>
    1.12 -                    <execution>
    1.13 -                        <goals>
    1.14 -                            <goal>process-test</goal>
    1.15 -                        </goals>
    1.16 -                    </execution>
    1.17 -                </executions>
    1.18 -                <configuration>
    1.19 -                    <target>1.8</target>
    1.20 -                </configuration>
    1.21 -            </plugin>
    1.22          </plugins>
    1.23      </build>
    1.24      <dependencies>