Skip to content

Commit

Permalink
Merge pull request #5554 from ayeshLK/master
Browse files Browse the repository at this point in the history
[Master] Add LDAP module into the Ballerina distribution
  • Loading branch information
NipunaRanasinghe committed Aug 8, 2024
2 parents 826833a + 4b989b1 commit 246f296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ subprojects {
ballerinaStdLibs "io.ballerina.stdlib:time-ballerina:${stdlibTimeVersion}"
ballerinaStdLibs "io.ballerina.stdlib:url-ballerina:${stdlibUrlVersion}"
ballerinaStdLibs "io.ballerina.stdlib:xmldata-ballerina:${stdlibXmldataVersion}"
ballerinaStdLibs "io.ballerina.lib:ldap-ballerina:${stdlibLdapVersion}"
ballerinaStdLibs "io.ballerina.stdlib:crypto-ballerina:${stdlibCryptoVersion}"
ballerinaStdLibs "io.ballerina.stdlib:log-ballerina:${stdlibLogVersion}"
ballerinaStdLibs "io.ballerina.stdlib:os-ballerina:${stdlibOsVersion}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stdlibUrlVersion=2.4.0
stdlibXmldataVersion=2.7.0
observeVersion=1.2.3
stdlibMathVectorVersion=1.0.2

stdlibLdapVersion=1.0.0

# Stdlib Level 02
stdlibAvroVersion=1.0.0
Expand Down

0 comments on commit 246f296

Please sign in to comment.