Skip to content

Commit

Permalink
Update pom format (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Aug 4, 2020
1 parent 42dea9e commit ff7ad14
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<gson.version>2.6.1</gson.version>
<mesos.version>1.1.0</mesos.version>
<fenzo.version>0.11.1</fenzo.version>

<commons-dbcp.version>1.4</commons-dbcp.version>
<mysql-connector-java.version>8.0.16</mysql-connector-java.version>
<h2.version>1.4.184</h2.version>
Expand Down Expand Up @@ -100,7 +100,6 @@
<dependencyManagement>
<dependencies>
<dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${springboot.version}</version>
Expand Down Expand Up @@ -196,7 +195,7 @@
<artifactId>gson</artifactId>
<version>${gson.version}</version>
</dependency>

<dependency>
<groupId>org.apache.mesos</groupId>
<artifactId>mesos</artifactId>
Expand All @@ -213,7 +212,7 @@
<artifactId>commons-dbcp</artifactId>
<version>${commons-dbcp.version}</version>
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down

0 comments on commit ff7ad14

Please sign in to comment.