Skip to content

Commit

Permalink
fix application start error
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopar committed Oct 15, 2024
1 parent 47cbef9 commit 9a98c6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@
<artifactId>github-api</artifactId>
<version>${github-api.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 9a98c6c

Please sign in to comment.