Skip to content

Commit c1bf1a9

Browse files
committed
Make mockk compile time dependency for test support module
1 parent d8aac10 commit c1bf1a9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

embabel-common-test/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
<name>Embabel Common Test Parent</name>
1212
<description>Embabel Test Classes and Framework shared across Embabel Modules.</description>
1313

14-
<properties>
15-
<mockk.version>1.13.3</mockk.version>
16-
</properties>
17-
1814
<modules>
1915
<module>embabel-common-test-dependencies</module>
2016
<module>embabel-common-test-ai</module>
@@ -40,7 +36,7 @@
4036
<dependency>
4137
<groupId>io.mockk</groupId>
4238
<artifactId>mockk-jvm</artifactId>
43-
<version>${mockk.version}</version>
39+
<scope>compile</scope>
4440
</dependency>
4541

4642
</dependencies>

0 commit comments

Comments
 (0)