symphony-bdk-app-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.finos.symphony.bdk</groupId> <artifactId>symphony-bdk-app-spring-boot-starter</artifactId> <version>3.1.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <name>symphony-bdk-app-spring-boot-starter</name> <description>Spring Boot Starter that ease Application developments</description> <groupId>org.finos.symphony.bdk</groupId> <artifactId>symphony-bdk-app-spring-boot-starter</artifactId> <version>3.1.2</version> <url>https://symphony-bdk-java.finos.org</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <name>Symphony Platform Solutions</name> <email>platformsolutions@symphony.com</email> <organization>Symphony Communication Services</organization> <organizationUrl>https://symphony.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/finos/symphony-bdk-java.git</connection> <developerConnection>scm:git:ssh://github.com/finos/symphony-bdk.git</developerConnection> <url>https://github.com/finos/symphony-bdk-java</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.finos.symphony.bdk</groupId> <artifactId>symphony-bdk-bom</artifactId> <version>3.1.2</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.finos.symphony.bdk</groupId> <artifactId>symphony-bdk-core</artifactId> <version>3.1.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.finos.symphony.bdk</groupId> <artifactId>symphony-bdk-core-spring-boot-starter</artifactId> <version>3.1.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apiguardian</groupId> <artifactId>apiguardian-api</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-validation</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>jakarta.validation</groupId> <artifactId>jakarta.validation-api</artifactId> <version>3.0.2</version> <scope>runtime</scope> </dependency> </dependencies> </project>