Skip to content

Commit

Permalink
282. Seccion 24. Tarea 22: Assigment Refactor Maven for Common Depend…
Browse files Browse the repository at this point in the history
…encies. Closes #42
  • Loading branch information
christian.tavera committed Jun 24, 2022
1 parent 92b2dc0 commit c99525b
Showing 1 changed file with 1 addition and 43 deletions.
44 changes: 1 addition & 43 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.ctavera</groupId>
<artifactId>mssc-brewery-bom</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
</parent>

<groupId>da.springframework</groupId>
Expand All @@ -15,46 +15,16 @@
<name>mssc-beer-service</name>
<description>MSSC Beer Service</description>

<properties>
<spring-cloud.version>2021.0.3</spring-cloud.version>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
<version>3.1.3</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
<version>3.1.3</version>
</dependency>
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>7.2</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
<version>3.1.3</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-zipkin</artifactId>
<version>2.2.8.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-circuitbreaker-reactor-resilience4j</artifactId>
Expand All @@ -73,16 +43,4 @@
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>${spring-cloud.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit c99525b

Please sign in to comment.