Skip to content

Commit

Permalink
chore: fix the version and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shabirmean committed May 9, 2022
1 parent 7f933cb commit 8ed9dc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
<snakeyaml.version>1.30</snakeyaml.version>
<springboot.version>2.6.2</springboot.version>
<apache.commons.version>3.12.0</apache.commons.version>
<abm-edge.ui.version>0.1.0-SNAPSHOT</abm-edge.ui.version>
<abm-edge.sdk.version>0.1.0-SNAPSHOT</abm-edge.sdk.version>
<jib-maven.plugin.version>3.2.0</jib-maven.plugin.version>
<spring-boot-maven.plugin.version>2.6.3</spring-boot-maven.plugin.version>
<mysql.connector.version>8.0.28</mysql.connector.version>
Expand Down Expand Up @@ -111,12 +109,12 @@
<dependency>
<groupId>com.google.abm-edge</groupId>
<artifactId>ui</artifactId>
<version>${abm-edge.ui.version}</version>
<version>${pom.version}</version>
</dependency>
<dependency>
<groupId>com.google.abm-edge</groupId>
<artifactId>service-sdk</artifactId>
<version>${abm-edge.sdk.version}</version>
<version>${pom.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
10 changes: 4 additions & 6 deletions src/payments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand All @@ -64,12 +68,6 @@
<groupId>com.google.abm-edge</groupId>
<artifactId>service-sdk</artifactId>
</dependency>
<dependency>
<groupId>com.google.abm-edge</groupId>
<artifactId>inventory</artifactId>
<version>0.1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 8ed9dc8

Please sign in to comment.