Skip to content

Commit

Permalink
Bump eip-client to 2.2.0-SNAPSHOT (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishSiddharth authored Sep 24, 2024
1 parent 7948b3b commit 833c34b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
package com.ozonehis.eip.odoo.openmrs.config;

import org.openmrs.eip.app.config.AppConfig;
import org.openmrs.eip.fhir.spring.OpenmrsFhirAppConfig;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

/**
* Import the {@link AppConfig} class to ensure that the required beans are created.
*/
@Configuration
@Import(AppConfig.class)
public class OpenmrsWatcherConfig {}
@Import({AppConfig.class, OpenmrsFhirAppConfig.class})
public class EIPAppConfig {}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<lombok.version>1.18.30</lombok.version>
<eip.client.version>2.1.0</eip.client.version>
<eip.client.version>2.2.0-SNAPSHOT</eip.client.version>
<openmrs.watcher.version>4.0.0-SNAPSHOT</openmrs.watcher.version>
<camel.version>4.1.0</camel.version>
<spring-boot.version>3.1.4</spring-boot.version>
Expand Down

0 comments on commit 833c34b

Please sign in to comment.