Skip to content

Instantly share code, notes, and snippets.

@jfuerth
Created January 28, 2014 20:21
Show Gist options
  • Select an option

  • Save jfuerth/8675510 to your computer and use it in GitHub Desktop.

Select an option

Save jfuerth/8675510 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.4</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
<dependencies>
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-workbench-annotations</artifactId>
<version>${uberfire.version}</version>
</dependency>
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-client-api</artifactId>
<version>${uberfire.version}</version>
</dependency>
</dependencies>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment