Skip to content

symphony-bdk-2.1.8

Compare
Choose a tag to compare
@thibauult thibauult released this 03 Jun 09:36
53eb191

Release note

Bug Fixes

  • #531 fixed jersey common dependency 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.8</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Using Gradle:

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