Skip to content

Commit 94c9dc1

Browse files
committed
[Maven] Add TestAsYouThink Core as a test dependency.
1 parent cb4fcce commit 94c9dc1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@
7878
<version>${junit.jupiter.version}</version>
7979
<scope>test</scope>
8080
</dependency>
81+
<!-- https://mvnrepository.com/artifact/com.github.xapn/test-as-you-think-core -->
82+
<dependency>
83+
<groupId>com.github.xapn</groupId>
84+
<artifactId>test-as-you-think-core</artifactId>
85+
<version>0.8-m1</version>
86+
<scope>test</scope>
87+
</dependency>
8188
<!-- https://mvnrepository.com/artifact/org.assertj/assertj-core -->
8289
<dependency>
8390
<groupId>org.assertj</groupId>
@@ -116,6 +123,10 @@
116123
<groupId>org.junit.jupiter</groupId>
117124
<artifactId>junit-jupiter-params</artifactId>
118125
</dependency>
126+
<dependency>
127+
<groupId>com.github.xapn</groupId>
128+
<artifactId>test-as-you-think-core</artifactId>
129+
</dependency>
119130
<dependency>
120131
<groupId>org.assertj</groupId>
121132
<artifactId>assertj-core</artifactId>

0 commit comments

Comments
 (0)