rt/emul/compact/pom.xml
changeset 1723 3a1f262311cf
parent 1715 dcd26599413f
child 1733 955520296b08
     1.1 --- a/rt/emul/compact/pom.xml	Fri Sep 26 16:27:58 2014 +0200
     1.2 +++ b/rt/emul/compact/pom.xml	Wed Nov 19 19:32:00 2014 +0100
     1.3 @@ -21,29 +21,6 @@
     1.4        <version>${project.version}</version>
     1.5        <scope>provided</scope>
     1.6      </dependency>
     1.7 -    <dependency>
     1.8 -      <groupId>${project.groupId}</groupId>
     1.9 -      <artifactId>vmtest</artifactId>
    1.10 -      <version>${project.version}</version>
    1.11 -      <scope>test</scope>
    1.12 -    </dependency>
    1.13 -    <dependency>
    1.14 -      <groupId>${project.groupId}</groupId>
    1.15 -      <artifactId>launcher.http</artifactId>
    1.16 -      <version>${project.version}</version>
    1.17 -      <scope>test</scope>
    1.18 -      <exclusions>
    1.19 -          <exclusion>
    1.20 -              <groupId>com.oracle</groupId>
    1.21 -              <artifactId>javafx</artifactId>
    1.22 -          </exclusion>
    1.23 -      </exclusions>
    1.24 -    </dependency>
    1.25 -    <dependency>
    1.26 -      <groupId>org.netbeans.api</groupId>
    1.27 -      <artifactId>org-openide-util-lookup</artifactId>
    1.28 -      <scope>test</scope>
    1.29 -    </dependency>
    1.30    </dependencies>
    1.31    <build>
    1.32        <plugins>
    1.33 @@ -87,24 +64,6 @@
    1.34                      </execution>
    1.35                  </executions>                
    1.36              </plugin> 
    1.37 -            <plugin>
    1.38 -                <groupId>org.apache.maven.plugins</groupId>
    1.39 -                <artifactId>maven-surefire-plugin</artifactId>
    1.40 -                <executions>
    1.41 -                    <execution>
    1.42 -                        <id>brwsr</id>
    1.43 -                        <goals>
    1.44 -                            <goal>test</goal>
    1.45 -                        </goals>
    1.46 -                        <phase>verify</phase>
    1.47 -                        <configuration>
    1.48 -                            <systemProperties>
    1.49 -                                <vmtest.js>brwsr</vmtest.js>
    1.50 -                            </systemProperties>
    1.51 -                        </configuration>
    1.52 -                    </execution>
    1.53 -                </executions>
    1.54 -            </plugin>     
    1.55        </plugins>
    1.56    </build>
    1.57  </project>