/
General update for services to be Central-Instance compatible

General update for services to be Central-Instance compatible

The following library versions are a minimum requirement before any service can be made central instance compatible.

Changes to pom.xml

  1. Add Tracer 2.1.1 and above

    <dependency> <groupId>org.egov.services</groupId> <artifactId>tracer</artifactId> <version>2.1.1-SNAPSHOT</version> </dependency>

     

  2. Services-common 1.1.0 and above

    <dependency> <groupId>org.egov.services</groupId> <artifactId>services-common</artifactId> <version>1.1.0-SNAPSHOT</version> </dependency>

     

  3. MDMS-Client 0.0.4 and above

    <dependency> <groupId>org.egov</groupId> <artifactId>mdms-client</artifactId> <version>0.0.4-SNAPSHOT</version> </dependency>

 

  1. ENC-Client 2.04 and above

Related content

Development guidelines after central-master code merge
Development guidelines after central-master code merge
More like this
State specific service changes
State specific service changes
More like this
Changes for multi schematic Services
Changes for multi schematic Services
Read with this
General update for services to be Central-Instance compatible
General update for services to be Central-Instance compatible
More like this
Multi State(Schema) services for central instance
Multi State(Schema) services for central instance
Read with this
Setting up database and adding other required configurations
Setting up database and adding other required configurations
More like this