review-boot
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.spring-middleware</groupId>
<artifactId>review-boot</artifactId>
<version>1.4.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.spring-middleware</groupId>
<artifactId>review-boot</artifactId>
<version>1.4.0</version>
<name>review-boot</name>
<description>Product Boot application</description>
<url>https://github.com/Spring-Middleware/reference-service/review-service/review-boot</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/license/mit</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Fernando Guardiola Ruiz</name>
<email>fernandoguardiolaruiz@gmail.com</email>
<organization>Spring Middleware</organization>
<organizationUrl>https://github.com/Spring-Middleware</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/Spring-Middleware/reference-service.git/review-service/review-boot</connection>
<developerConnection>scm:git:ssh://git@github.com:Spring-Middleware/reference-service.git/review-service/review-boot</developerConnection>
<url>https://github.com/Spring-Middleware/reference-service/review-service/review-boot</url>
</scm>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>3.4.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.spring-middleware</groupId>
<artifactId>app</artifactId>
<version>1.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.spring-middleware</groupId>
<artifactId>graphql</artifactId>
<version>1.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.spring-middleware</groupId>
<artifactId>mongo-core</artifactId>
<version>1.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.spring-middleware</groupId>
<artifactId>review-core</artifactId>
<version>1.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>3.4.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.8.4</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.4.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>