Skip to content

Commit

Permalink
add integration tests (#159)
Browse files Browse the repository at this point in the history
add integration tests (#159)
  • Loading branch information
tbischoff2 authored Sep 6, 2024
1 parent faa8daa commit abd2cfb
Show file tree
Hide file tree
Showing 4 changed files with 854 additions and 0 deletions.
12 changes: 12 additions & 0 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
<groupId>de.fraunhofer.iosb.ilt.faaast.service</groupId>
<artifactId>model</artifactId>
<version>${faaast.service.version}</version>
<exclusions>
<exclusion>
<groupId>com.vaadin.external.google</groupId>
<artifactId>android-json</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
Expand All @@ -80,6 +86,12 @@
<artifactId>postgresql</artifactId>
<version>${postgres.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>${spring.boot.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
Loading

0 comments on commit abd2cfb

Please sign in to comment.