Add spock-global-unroll
Change-Id: I0642bdf0e269f60c46d0b9c19b3d29af5a8c786b
This commit is contained in:
parent
79e7530390
commit
0b7d0b52bc
6 changed files with 18 additions and 20 deletions
7
pom.xml
7
pom.xml
|
@ -36,6 +36,7 @@
|
|||
<jmh.version>1.11.2</jmh.version>
|
||||
<maven-release-plugin.version>2.5.2</maven-release-plugin.version>
|
||||
<gmavenplus-plugin.version>1.4</gmavenplus-plugin.version>
|
||||
<spock-global-unroll.version>0.5.1</spock-global-unroll.version>
|
||||
</properties>
|
||||
|
||||
<scm>
|
||||
|
@ -99,6 +100,12 @@
|
|||
<version>${jmh.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>info.solidsoft.spock</groupId>
|
||||
<artifactId>spock-global-unroll</artifactId>
|
||||
<version>${spock-global-unroll.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue