Exercise 3

This commit is contained in:
Moritz Halbritter 2025-05-13 14:51:07 +02:00
parent 7ccc2fb465
commit 1e2e977dda
2 changed files with 21 additions and 14 deletions

View File

@ -17,19 +17,7 @@
<dependencies>
<dependency>
<groupId>com.workshop</groupId>
<artifactId>library-autoconfigure</artifactId>
</dependency>
<dependency>
<groupId>com.workshop</groupId>
<artifactId>library-api</artifactId>
</dependency>
<dependency>
<groupId>com.workshop</groupId>
<artifactId>library-stdout</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<artifactId>library-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>

View File

@ -12,4 +12,23 @@
<artifactId>library-spring-boot-starter</artifactId>
</project>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.workshop</groupId>
<artifactId>library-autoconfigure</artifactId>
</dependency>
<dependency>
<groupId>com.workshop</groupId>
<artifactId>library-api</artifactId>
</dependency>
<dependency>
<groupId>com.workshop</groupId>
<artifactId>library-stdout</artifactId>
</dependency>
</dependencies>
</project>