We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8aac10 commit c1bf1a9Copy full SHA for c1bf1a9
1 file changed
embabel-common-test/pom.xml
@@ -11,10 +11,6 @@
11
<name>Embabel Common Test Parent</name>
12
<description>Embabel Test Classes and Framework shared across Embabel Modules.</description>
13
14
- <properties>
15
- <mockk.version>1.13.3</mockk.version>
16
- </properties>
17
-
18
<modules>
19
<module>embabel-common-test-dependencies</module>
20
<module>embabel-common-test-ai</module>
@@ -40,7 +36,7 @@
40
36
<dependency>
41
37
<groupId>io.mockk</groupId>
42
38
<artifactId>mockk-jvm</artifactId>
43
- <version>${mockk.version}</version>
39
+ <scope>compile</scope>
44
</dependency>
45
46
</dependencies>
0 commit comments