Allow access to rt.jar classes
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Sat, 30 Jan 2016 20:45:13 +0100
changeset 1879d81b15eb890b
parent 1878 126d266b2da9
child 1880 b5442b691abc
Allow access to rt.jar classes
benchmarks/jbox2d-osgi/pom.xml
     1.1 --- a/benchmarks/jbox2d-osgi/pom.xml	Sat Jan 30 18:49:26 2016 +0100
     1.2 +++ b/benchmarks/jbox2d-osgi/pom.xml	Sat Jan 30 20:45:13 2016 +0100
     1.3 @@ -51,6 +51,9 @@
     1.4                          </goals>
     1.5                      </execution>
     1.6                  </executions>
     1.7 +                <configuration>
     1.8 +                    <ignoreBootClassPath>false</ignoreBootClassPath>
     1.9 +                </configuration>
    1.10              </plugin>
    1.11          </plugins>
    1.12      </build>