Skip to content

Commit

Permalink
Revert the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaiyarasiganeshalingam committed Oct 2, 2023
1 parent e7137ad commit b122529
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
3 changes: 2 additions & 1 deletion gradle/javaLibsProject.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ dependencies {
dist 'org.apache.thrift:libthrift:0.14.1'
dist 'org.jvnet.mimepull:mimepull:1.9.7'
dist 'jakarta.activation:jakarta.activation-api:1.2.2'
dist 'org.wso2.carbon:org.wso2.carbon.core:5.1.0'
dist 'org.quartz-scheduler:quartz-jobs:2.3.0'
dist 'org.quartz-scheduler:quartz:2.3.2'
dist 'org.wso2.carbon:org.wso2.carbon.core:5.1.0'
dist 'org.wso2.securevault:org.wso2.securevault:1.0.0-wso2v2'
dist 'org.wso2.transport.file:org.wso2.transport.local-file-system:6.0.55'
dist 'org.wso2.transport.http:org.wso2.transport.http.netty:6.3.46'
Expand Down
2 changes: 1 addition & 1 deletion gradle/javaProject.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ dependencies {
implementation 'org.wso2.transport.file:org.wso2.transport.local-file-system:6.0.55'
implementation 'org.wso2.staxon:staxon-core:1.2.0.wso2v2'
implementation 'org.quartz-scheduler:quartz:2.3.2'

implementation 'info.picocli:picocli:4.0.1'
implementation 'io.ballerina.messaging:broker-common:0.970.5'
implementation 'io.ballerina.messaging:broker-core:0.970.5'
Expand Down
24 changes: 12 additions & 12 deletions stdlib/task/src/main/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ version = "1.1.0"
[platform]
target = "java8"

[[platform.libraries]]
artifactId = "task"
version = "@project.version@"
path = "./lib/ballerina-task-@project.version@.jar"
groupId = "ballerina"
modules = ["task"]
[[platform.libraries]]
artifactId = "task"
version = "@project.version@"
path = "./lib/ballerina-task-@project.version@.jar"
groupId = "ballerina"
modules = ["task"]

[[platform.libraries]]
artifactId = "quartz"
version = "2.3.2"
path = "./lib/quartz-2.3.2.jar"
groupId = "org.quartz-scheduler"
modules = ["task"]
[[platform.libraries]]
artifactId = "quartz"
version = "2.3.2"
path = "./lib/quartz-2.3.2.jar"
groupId = "org.quartz-scheduler"
modules = ["task"]

0 comments on commit b122529

Please sign in to comment.