added logic to contact different servers for NABARD and UCB banks
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -28,6 +28,16 @@
|
||||
<artifactId>ojdbc8</artifactId>
|
||||
<version>23.5.0.24.07</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>1.7.32</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
<version>1.7.32</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
Reference in New Issue
Block a user