Skip to content

Instantly share code, notes, and snippets.

@djazayeri
Created October 6, 2013 12:58
Show Gist options
  • Save djazayeri/6853759 to your computer and use it in GitHub Desktop.
Save djazayeri/6853759 to your computer and use it in GitHub Desktop.
Add these properties:
<appframeworkVersion>2.0</appframeworkVersion>
<uiframeworkVersion>3.0</uiframeworkVersion>
Add these dependencies:
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>appframework-api</artifactId>
<version>${appframeworkVersion}</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>uiframework-api</artifactId>
<version>${uiframeworkVersion}</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment