diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 20 |
1 files changed, 9 insertions, 11 deletions
@@ -40,8 +40,8 @@ <commons-text.version>1.6</commons-text.version> <jetbrains-annotations.version>16.0.3</jetbrains-annotations.version> <protoc-jar-maven-plugin.version>3.6.0.2</protoc-jar-maven-plugin.version> - <micrometer.version>1.1.4</micrometer.version> <testcontainers.version>1.11.2</testcontainers.version> + <spring.boot.version>2.1.5.RELEASE</spring.boot.version> </properties> <modules> @@ -165,6 +165,7 @@ <groupId>org.immutables</groupId> <artifactId>value</artifactId> <version>${immutables.version}</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.immutables</groupId> @@ -197,6 +198,13 @@ <version>${slf4j.version}</version> </dependency> <dependency> + <artifactId>spring-boot-dependencies</artifactId> + <groupId>org.springframework.boot</groupId> + <version>${spring.boot.version}</version> + <type>pom</type> + <scope>import</scope> + </dependency> + <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>${jetbrains-annotations.version}</version> @@ -220,16 +228,6 @@ <version>1.7.26</version> <scope>runtime</scope> </dependency> - <dependency> - <groupId>io.micrometer</groupId> - <artifactId>micrometer-registry-prometheus</artifactId> - <version>${micrometer.version}</version> - </dependency> - <dependency> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-crypto</artifactId> - <version>5.0.12.RELEASE</version> - </dependency> <dependency> <groupId>org.mockito</groupId> |