Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
using velluscinum 24.3.5 - new Internal Actions (tokenInfo and wallet…
Browse files Browse the repository at this point in the history
…Content)
  • Loading branch information
nilsonLazarin committed Mar 5, 2024
1 parent a69a87b commit 0289829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Import the package in your _.JCM_ project file
```
mas yourJaCaMoProject {
...
uses package: velluscinum "com.github.chon-group:velluscinum-jcm:1.1"
uses package: velluscinum "com.github.chon-group:velluscinum-jcm:1.2"
...
}
```
Expand Down
15 changes: 2 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defaultTasks 'run'
apply plugin: 'java'
apply plugin: 'maven-publish'

version '1.1'
version '1.2'
group = 'com.github.chon-group'

java {
Expand All @@ -22,18 +22,7 @@ repositories {

dependencies {
implementation('org.jacamo:jacamo:1.2-SNAPSHOT')

/* implementation('com.squareup.okhttp3:okhttp:3.9.0')
implementation('org.apache.httpcomponents:httpcore:4.4.15')
implementation('net.i2p.crypto:eddsa:0.3.0')
implementation('com.google.api-client:google-api-client:1.23.0')
implementation('org.glassfish.tyrus.bundles:tyrus-standalone-client:1.9')
implementation('org.bouncycastle:bcprov-jdk15on:1.70')
implementation('org.json:json:20220924')
implementation('org.bitcoinj:bitcoinj-core:0.16.2')
*/
implementation('com.github.chon-group:velluscinum:24.2.27')
// implementation('io.github.jason-lang:jason-interpreter:3.2.0')
implementation('com.github.chon-group:velluscinum:24.3.5')
}

sourceSets {
Expand Down

0 comments on commit 0289829

Please sign in to comment.