Skip to content

Commit

Permalink
[chore] Upgrade packages to fix build
Browse files Browse the repository at this point in the history
Signed-off-by: sownak.roy <sownak.roy@accenture.com>
  • Loading branch information
sownak committed Mar 12, 2024
1 parent 762c5b2 commit 34c589a
Show file tree
Hide file tree
Showing 9 changed files with 9,083 additions and 18,256 deletions.
596 changes: 298 additions & 298 deletions examples/supplychain-app/quorum/smartContracts/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions images/doorman/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ lib, pom.xml, source, static files. It also contains the Dockerfile for building

1. To build the project, run the following command from this folder:
```
mvn clean install -DskipTests
mvn clean install -DskipTests
```
2. To execute the Doorman locally:
---
**NOTE:** The jar file is generated at the target folder.

---
```
cd target
java -jar doorman.jar
cd target
java -jar doorman.jar
```
Example: To run using env variables
```
Expand Down
8 changes: 4 additions & 4 deletions images/doorman/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<kotlin.version>1.6.0</kotlin.version>
<junit.version>4.13.1</junit.version>
<!-- DO NOT CHANGE the vertx version to > 3.7.1 -->
<vertx.version>3.9.4</vertx.version>
<vertx.version>3.7.1</vertx.version>
<corda.version>3.4-corda</corda.version>
<dockerfile-maven.version>1.4.0</dockerfile-maven.version>
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
Expand All @@ -27,7 +27,7 @@
<braid.version>3.3.1</braid.version>
<argLine>-javaagent:lib/quasar.jar</argLine>
<npm.skip>false</npm.skip>
<logback.version>1.2.9</logback.version>
<logback.version>1.2.13</logback.version>
<flapdoodle.version>2.1.1</flapdoodle.version>
</properties>

Expand All @@ -51,11 +51,11 @@
<snapshots>
<enabled>true</enabled>
</snapshots>
<url>https://ci-artifactory.corda.r3cev.com/artifactory/corda-dependencies</url>
<url>https://download.corda.net/maven/corda-dependencies</url>
</repository>
<repository>
<id>3_r3</id>
<url>https://ci-artifactory.corda.r3cev.com/artifactory/corda-releases</url>
<url>https://download.corda.net/maven/corda-releases</url>
</repository>
<repository>
<id>4_jitpack</id>
Expand Down
Loading

0 comments on commit 34c589a

Please sign in to comment.