Skip to content

Commit

Permalink
updating to use maven central BOM. closes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
springframeworkguru committed Jun 16, 2019
1 parent edfe4cb commit d2f7db5
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,20 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>guru.springframework</groupId>
<artifactId>mssc-brewery-bom</artifactId>
<version>1.0-SNAPSHOT</version>
<groupId>com.github.sfg-beer-works</groupId>
<artifactId>sfg-brewery-bom</artifactId>
<version>1.0.3</version>
</parent>

<groupId>guru.springframework</groupId>
<artifactId>mssc-beer-service</artifactId>

<version>0.0.1-SNAPSHOT</version>

<name>mssc-beer-service</name>

<description>MSSC Beer Service</description>

<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>${jaxb.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${jaxb.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
Expand Down

0 comments on commit d2f7db5

Please sign in to comment.