Skip to content

Commit

Permalink
Merge pull request #336 from holixon/feature/335_drop_junit
Browse files Browse the repository at this point in the history
drop junit 4 modules
  • Loading branch information
zambrovski authored Sep 22, 2023
2 parents ced87de + 04b5999 commit 64e8c10
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 547 deletions.
66 changes: 0 additions & 66 deletions examples/bankaccount-jgiven-junit4/pom.xml
Original file line number Diff line number Diff line change
@@ -1,66 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.holixon.axon.testing._</groupId>
<artifactId>examples</artifactId>
<version>4.7.6.0-SNAPSHOT</version>
</parent>

<groupId>io.holixon.axon.testing.examples</groupId>
<artifactId>bankaccount-jgiven-junit4</artifactId>

<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.holixon.axon.testing</groupId>
<artifactId>axon-testing-jgiven-junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.toolisticon.testing</groupId>
<artifactId>jgiven-kotlin</artifactId>
<version>1.3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.holixon.axon.testing.lib</groupId>
<artifactId>axon-testing-fixtures-bankaccount</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.24.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.5.0</version>
<scope>test</scope>
</dependency>
</dependencies>

<!-- <build>-->
<!-- <plugins>-->
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-compiler-plugin</artifactId>-->
<!-- </plugin>-->
<!-- </plugins>-->
<!-- </build>-->
</project>

This file was deleted.

This file was deleted.

Loading

0 comments on commit 64e8c10

Please sign in to comment.