Skip to content

symphony-bdk-2.1.7

Compare
Choose a tag to compare
@thibauult thibauult released this 02 Jun 21:13
· 1 commit to 2.1-rc since this release
9c4f442

Release note

Bug Fixes

  • #529 Usage of userId instead of username to accept incoming events. Fixing external messages issue.

Installation

More info in getting-started.md

Using Maven:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.finos.symphony.bdk</groupId>
            <artifactId>symphony-bdk-bom</artifactId>
            <version>2.1.7</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Using Gradle:

dependencies {
    implementation platform('org.finos.symphony.bdk:symphony-bdk-bom:2.1.7')
}