Skip to content

Commit

Permalink
[DSD-3715] updated mock-sdk-jar-with-dependency-jar (#555)
Browse files Browse the repository at this point in the history
* [DSD-3715] updated mock-sdk-jar-with-dependency-jar

Signed-off-by: Rakshitha650 <[email protected]>

* [DSD-3715] updated mock-sdk-jar-with-dependency-jar

Signed-off-by: Rakshitha650 <[email protected]>

* [DSD-3715] updated mock-sdk-jar-with-dependency-jar

Signed-off-by: Rakshitha650 <[email protected]>

* [DSD-3715] created new var for mock-sdk-jar-with-dependency

Signed-off-by: Rakshitha650 <[email protected]>

---------

Signed-off-by: Rakshitha650 <[email protected]>
  • Loading branch information
Rakshitha650 authored Oct 27, 2023
1 parent 0706456 commit 8f846a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions artifacts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
<!-- mock-sdk -->
<mock-sdk.version>1.2.1-SNAPSHOT</mock-sdk.version>
<mock-sdk.location>/usr/share/nginx/html/artifactory/libs-release-local/mock-sdk/1.1.5</mock-sdk.location>
<mock-sdk.fileName>mock-sdk-jar-with-dependencies.jar</mock-sdk.fileName>
<mock-sdk.fileName>mock-sdk.jar</mock-sdk.fileName>
<mock-sdk-dep.fileName>mock-sdk-jar-with-dependencies.jar</mock-sdk-dep.fileName>
<!-- mock-sdk-jpeg-extractor -->
<mock-sdk-jpeg-extractor.version>1.2.1-SNAPSHOT</mock-sdk-jpeg-extractor.version>
<mock-sdk-jpeg-extractor.location>/usr/share/nginx/html/artifactory/libs-release-local/jpeg-mock-sdk/1.1.5</mock-sdk-jpeg-extractor.location>
Expand Down Expand Up @@ -274,7 +275,7 @@
<artifactId>mock-sdk</artifactId>
<version>${mock-sdk.version}</version>
<outputDirectory>${biosdk-client-lib.location}</outputDirectory>
<destFileName>${mock-sdk.fileName}</destFileName>
<destFileName>${mock-sdk-dep.fileName}</destFileName>
<classifier>jar-with-dependencies</classifier>
<type>jar</type>
</artifactItem>
Expand Down

0 comments on commit 8f846a2

Please sign in to comment.