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