Skip to content

Commit

Permalink
RESTWS-821: WIP: Working version
Browse files Browse the repository at this point in the history
  • Loading branch information
BartlomiejRasztabiga committed Jun 21, 2021
1 parent 77ed8a6 commit 03f6a26
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omod-2.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>legacyui-omod</artifactId>
<version>1.3.3</version>
<version>1.8.3</version>
<scope>provided</scope>
</dependency>

Expand Down
7 changes: 7 additions & 0 deletions omod-2.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,13 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>legacyui-omod</artifactId>
<version>1.8.3</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down
7 changes: 7 additions & 0 deletions omod-2.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,13 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>legacyui-omod</artifactId>
<version>1.8.3</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public Person newObject() {

@Override
public String getDisplayProperty() {
return "Mr. Horatio Test Hornblower";
return "Horatio Test Hornblower";
}

@Override
Expand Down
7 changes: 7 additions & 0 deletions omod-2.3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,13 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>legacyui-omod</artifactId>
<version>1.8.3</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down
7 changes: 7 additions & 0 deletions omod-2.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,13 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>legacyui-omod</artifactId>
<version>1.8.3</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 03f6a26

Please sign in to comment.