Skip to content

Instantly share code, notes, and snippets.

@pauldijou
Created June 22, 2012 15:46
Show Gist options
  • Select an option

  • Save pauldijou/2973600 to your computer and use it in GitHub Desktop.

Select an option

Save pauldijou/2973600 to your computer and use it in GitHub Desktop.
Pom
<richfaces.version>4.3.0-SNAPSHOT</richfaces.version>
<richfaces.bootstrap.version>4.3.0-SNAPSHOT</richfaces.bootstrap.version>
<dependency>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-impl</artifactId>
<version>${richfaces.version}</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-api</artifactId>
<version>${richfaces.version}</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-ui</artifactId>
<version>${richfaces.version}</version>
</dependency>
<dependency>
<groupId>org.richfaces.sandbox.ui.bootstrap</groupId>
<artifactId>bootstrap-ui</artifactId>
<version>${richfaces.bootstrap.version}</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment