Skip to content

Commit

Permalink
Merge branch 'v1' of github.com:mycloudnexus/kraken into fix/v1-remov…
Browse files Browse the repository at this point in the history
…ed-type-validation
  • Loading branch information
xuelianhan007 committed Nov 18, 2024
2 parents 616cb50 + 87ed372 commit 9fceef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@ app:
url: http://localhost:8001
token: Bearer ${KRAKEN_MGMT_API_ACCESS_TOKEN:FAKE_TOKEN}
cron-job:
pull-api-server-info: 0/20 * * * * *
pull-server-assets: 0 0/1 * * * *
pull-latest-release: 0 0/1 * * * *
pull-reset-event: 0 0/1 * * * *
push-heartbeat: 0/20 * * * * *
push-log: 0/20 * * * * *
accept-asset-kinds:
- kraken.component.api
- kraken.component.api-target
Expand Down
4 changes: 4 additions & 0 deletions kraken-app/kraken-app-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<groupId>com.consoleconnect.kraken</groupId>
<artifactId>kraken-java-sdk-mef</artifactId>
</dependency>
<dependency>
<groupId>com.consoleconnect.kraken</groupId>
<artifactId>kraken-java-sdk-data</artifactId>
</dependency>
</dependencies>

</project>

0 comments on commit 9fceef1

Please sign in to comment.