Skip to content

Commit

Permalink
Grad Release 1.8.22
Browse files Browse the repository at this point in the history
Grad Release 1.8.22
  • Loading branch information
kamal-mohammed authored Mar 15, 2023
2 parents 9ff3b1d + e3917a3 commit 41e9a13
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>ca.bc.gov</groupId>
<artifactId>educ-grad-business-api</artifactId>
<version>1.8.20</version>
<version>1.8.22</version>
<name>educ-grad-business-api</name>
<description>GRAD Business API for external clients</description>

Expand Down Expand Up @@ -54,6 +54,16 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 41e9a13

Please sign in to comment.