Skip to content

Commit

Permalink
Fixed issue with jaxb
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickWaweru committed Mar 25, 2024
1 parent b9496bd commit 4f2997b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions omod-1.8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@
<type>pom</type>
<version>${openmrs.version.1.8}</version><!--$NO-MVN-MAN-VER$-->
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
<scope>compile</scope>
</dependency>
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class EncounterSearchHandlerTest2_4 extends RestControllerTestUtils {

@Before
public void init() throws Exception {
service = Context.getEncounterService();
EncounterService service = Context.getEncounterService();
executeDataSet(ENCOUNTER_TEST_INITIAL_XML);
}

Expand Down

0 comments on commit 4f2997b

Please sign in to comment.