Skip to content

Commit

Permalink
Added dependencies spring-boot-starter and com.microsoft.sqlserver
Browse files Browse the repository at this point in the history
  • Loading branch information
dcezarino committed Mar 31, 2021
1 parent 08142cb commit 2f74cdd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ProductPayments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 2f74cdd

Please sign in to comment.