Skip to content

Commit

Permalink
add testcontainer dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlemee committed Aug 29, 2024
1 parent 55266b9 commit ee08241
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions implementation-line/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.cybnity.features</groupId>
<artifactId>test</artifactId>
<version>${foundation.compatibility.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cybnity</groupId>
<artifactId>techstack</artifactId>
<version>0.37.0</version>
<version>0.38.0</version>
</parent>

<artifactId>applications</artifactId>
Expand Down

0 comments on commit ee08241

Please sign in to comment.