Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
GarlandNic authored Feb 29, 2024
1 parent 2bbac43 commit 87ebef2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions TourGuide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
<properties>
<java.version>17</java.version>
</properties>

<repositories>
<repository>
<id>project.local</id>
<url>file:${project.basedir}/TourGuide/libs</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 87ebef2

Please sign in to comment.