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
Add Tracer 2.1.1 and above
<dependency> <groupId>org.egov.services</groupId> <artifactId>tracer</artifactId> <version>2.1.1-SNAPSHOT</version> </dependency>
Services-common 1.1.0 and above
<dependency> <groupId>org.egov.services</groupId> <artifactId>services-common</artifactId> <version>1.1.0-SNAPSHOT</version> </dependency>
MDMS-Client 0.0.4 and above
<dependency> <groupId>org.egov</groupId> <artifactId>mdms-client</artifactId> <version>0.0.4-SNAPSHOT</version> </dependency>
ENC-Client 2.04 and above