Skip to content

Commit

Permalink
Merge pull request eclipse-xpanse#72 from swaroopar/feature/fixBootError
Browse files Browse the repository at this point in the history
fix application start error
  • Loading branch information
iskey authored Oct 16, 2024
2 parents 47cbef9 + 9a98c6c commit b0cb638
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 b0cb638

Please sign in to comment.