Skip to content

Commit

Permalink
Merge pull request #5553 from ayeshLK/2201.10.x-dev
Browse files Browse the repository at this point in the history
Add LDAP module into the Ballerina distribution
  • Loading branch information
ayeshLK authored Aug 8, 2024
2 parents 2fa075d + ef3168c commit e0ef86c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +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
Expand Down

0 comments on commit e0ef86c

Please sign in to comment.