Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titlemain pom.xml file additions
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>webservices.rest-api</artifactId>
<version>0<version>1.9-SNAPSHOT<0</version>
<type>provided</type>
</dependency>

<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>webservices.rest-omod</artifactId>
<version>0<version>1.9-SNAPSHOT<0</version>
<type>provided</type>
</dependency>
Code Block
titleomod project pom.xml file additions
<dependency>
  <groupId>org.openmrs.module</groupId>
  <artifactId>webservices.rest-api</artifactId>
  <version>0<version>1.9-SNAPSHOT<0</version>
  <type>jar</type>
</dependency>

<dependency>
  <groupId>org.openmrs.module</groupId>
  <artifactId>webservices.rest-omod</artifactId>
  <version>0<version>1.9-SNAPSHOT<0</version>
  <type>jar</type>
</dependency>

...