Skip to content

Commit

Permalink
Merge pull request #644 from pg-techno123/develop
Browse files Browse the repository at this point in the history
MOSIP-35064
  • Loading branch information
lsivanand authored Aug 7, 2024
2 parents 543dffd + d65103d commit 79f46e8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 31 deletions.
40 changes: 10 additions & 30 deletions mosip-acceptance-tests/ivv-orchestrator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,50 +129,30 @@
</exclusions>
</dependency>

<dependency>
<groupId>io.mosip.esignet</groupId>
<artifactId>apitest-esignet</artifactId>
<version>1.2.1-SNAPSHOT</version>
</dependency>


<dependency>
<groupId>io.mosip.authentication</groupId>
<artifactId>apitest-auth</artifactId>
<version>1.2.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.mosip.idrepo</groupId>
<artifactId>apitest-idrepo</artifactId>
<version>1.2.1-SNAPSHOT</version>
</dependency>

<dependency>
<dependency>
<groupId>io.mosip.masterdata</groupId>
<artifactId>apitest-masterdata</artifactId>
<version>1.2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.mosip.mimoto</groupId>
<artifactId>apitest-mimoto</artifactId>
<version>1.2.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.mosip.partner</groupId>
<artifactId>apitest-pms</artifactId>
<version>1.2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.mosip.prereg</groupId>
<artifactId>apitest-prereg</artifactId>
<version>1.2.1-SNAPSHOT</version>
</dependency>
<dependency>

<dependency>
<groupId>io.mosip.resident</groupId>
<artifactId>apitest-resident</artifactId>
<version>1.2.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.mosip.esignet</groupId>
<artifactId>apitest-esignet</artifactId>
<version>1.2.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>com.slack.api</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CreateRegistrationCenter:
"zoneCode":"",
"id":"",
"isActive":"false",
"numberOfKiosks":0,
"numberOfKiosks":"1",
"exceptionHolidayDate":"2021-11-12",
"exceptionHolidayName":"",
"exceptionHolidayReson":"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"centerTypeCode":"{{centerTypeCode}}",
"contactPerson":"{{contactPerson}}",
"contactPhone":"{{contactPhone}}",
"numberOfKiosks": "{{numberOfKiosks}}",
"holidayLocationCode":"{{holidayLocationCode}}",
"isActive":{{isActive}},
"langCode":"{{langCode}}",
Expand Down

0 comments on commit 79f46e8

Please sign in to comment.