mojo/pom.xml
branchjavap
changeset 184 03be8510007c
parent 109 b19d12a9e6d5
child 189 6a56c2381b0f
     1.1 --- a/mojo/pom.xml	Tue Oct 16 16:51:22 2012 +0200
     1.2 +++ b/mojo/pom.xml	Sun Nov 18 16:45:50 2012 +0100
     1.3 @@ -35,6 +35,15 @@
     1.4                      </execution>
     1.5                  </executions>
     1.6              </plugin>
     1.7 +          <plugin>
     1.8 +            <groupId>org.apache.maven.plugins</groupId>
     1.9 +            <artifactId>maven-compiler-plugin</artifactId>
    1.10 +            <version>2.3.2</version>
    1.11 +            <configuration>
    1.12 +              <source>1.6</source>
    1.13 +              <target>1.6</target>
    1.14 +            </configuration>
    1.15 +          </plugin>
    1.16          </plugins>
    1.17        </build>
    1.18        
    1.19 @@ -55,6 +64,12 @@
    1.20        <groupId>${project.groupId}</groupId>
    1.21        <artifactId>vm4brwsr</artifactId>
    1.22        <version>0.1-SNAPSHOT</version>
    1.23 +      <exclusions>
    1.24 +        <exclusion>
    1.25 +          <artifactId>emul</artifactId>
    1.26 +          <groupId>org.apidesign.bck2brwsr</groupId>
    1.27 +        </exclusion>
    1.28 +      </exclusions>
    1.29      </dependency>
    1.30      <dependency>
    1.31          <groupId>org.apache.maven</groupId>