Skip to content

Commit

Permalink
fix: aws certificate cache
Browse files Browse the repository at this point in the history
AM-3309

(cherry picked from commit 348d34b)
  • Loading branch information
mstasgravitee committed Jul 8, 2024
1 parent a86ecac commit 5c16de0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<dependency>
<groupId>com.graviteesource.am.certificate</groupId>
<artifactId>gravitee-am-certificate-aws</artifactId>
<version>1.0.0-alpha.2</version>
<version>1.0.0-alpha.3</version>
<type>zip</type>
<scope>runtime</scope>
</dependency>
Expand Down Expand Up @@ -535,7 +535,7 @@
<artifactItem>
<groupId>com.graviteesource.am.certificate</groupId>
<artifactId>gravitee-am-certificate-aws</artifactId>
<version>1.0.0-alpha.2</version>
<version>1.0.0-alpha.3</version>
<type>zip</type>
</artifactItem>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<dependency>
<groupId>com.graviteesource.am.certificate</groupId>
<artifactId>gravitee-am-certificate-aws</artifactId>
<version>1.0.0-alpha.2</version>
<version>1.0.0-alpha.3</version>
<type>zip</type>
<scope>runtime</scope>
</dependency>
Expand Down Expand Up @@ -527,7 +527,7 @@
<artifactItem>
<groupId>com.graviteesource.am.certificate</groupId>
<artifactId>gravitee-am-certificate-aws</artifactId>
<version>1.0.0-alpha.2</version>
<version>1.0.0-alpha.3</version>
<type>zip</type>
</artifactItem>

Expand Down

0 comments on commit 5c16de0

Please sign in to comment.