JAVA-7783: POM properties cleanup

This commit is contained in:
Krzysiek
2021-11-16 15:10:49 +01:00
parent d7caae1c24
commit 46df55b61e
29 changed files with 42 additions and 97 deletions
@@ -97,12 +97,6 @@
<version>${jstl.version}</version>
<scope>runtime</scope>
</dependency>
<!-- ops -->
<!-- <dependency> -->
<!-- <groupId>com.codahale.metrics</groupId> -->
<!-- <artifactId>metrics-core</artifactId> -->
<!-- <version>3.0.1</version> -->
<!-- </dependency> -->
<!-- util -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@@ -127,12 +127,6 @@
<version>${spring-boot.version}</version>
<scope>test</scope>
</dependency>
<!-- ops -->
<!-- <dependency> -->
<!-- <groupId>com.codahale.metrics</groupId> -->
<!-- <artifactId>metrics-core</artifactId> -->
<!-- <version>3.0.1</version> -->
<!-- </dependency> -->
</dependencies>
<build>
@@ -91,17 +91,6 @@
<version>${jackson.version}</version>
</dependency>
<!-- http -->
<!-- <dependency> -->
<!-- <groupId>org.apache.httpcomponents</groupId> -->
<!-- <artifactId>fluent-hc</artifactId> -->
<!-- <version>4.2.5</version> -->
<!-- <exclusions> -->
<!-- <exclusion> -->
<!-- <artifactId>commons-logging</artifactId> -->
<!-- <groupId>commons-logging</groupId> -->
<!-- </exclusion> -->
<!-- </exclusions> -->
<!-- </dependency> -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
@@ -45,13 +45,4 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>