Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Changes to pom.xml

  1. Add

...

  1. Tracer 2.1.1 and above

    Code Block

...

  1. <dependency>
      

...

  1. <groupId>org.

...

  1. egov.

...

  1. services</

...

  1. groupId>
     

...

  1.  

...

  1. <artifactId>tracer</artifactId>
    

...

  1.  

...

  1.  <version>2.1.1-SNAPSHOT</version>
    </

...

  1. dependency>

  2. Services-common 1.1.0 and above

    Code Block
    <dependency>
    

...

  1. <groupId>org.egov.services</groupId>
    

...

  1. <artifactId>services-common</artifactId>
    

...

  1. <version>1.1.0-SNAPSHOT</version>
    </dependency>

...

  1. MDMS

...

Code Block
  - name: EGOV_MDMS_HOST
    valueFrom:
      configMapKeyRef:
        name: egov-service-host
        key: internal-gateway

...

  1. -Client 0.0.4 and above

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

  1. ENC-Client 2.04 and above

    Code Block
    		<dependency>
    			<groupId>org.egov</groupId>
    			<artifactId>enc-client</artifactId>
    			<version>2.0.4-SNAPSHOT</version>
    			<exclusions>
    				<exclusion>
    					<groupId>org.springframework.kafka</groupId>
    					<artifactId>spring-kafka</artifactId>
    				</exclusion>
    				<exclusion>
    					<groupId>org.apache.kafka</groupId>
    					<artifactId>kafka-clients</artifactId>
    				</exclusion>
    			</exclusions>
    		</dependency>