Skip to content

Commit f0ddd2a

Browse files
committed
Cleaning not relevant artifacts due to extraction to api core artifact
1 parent 91edbdd commit f0ddd2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,14 @@
5353
<log4j.core.version>2.6.1</log4j.core.version>
5454
<junit.version>4.12</junit.version>
5555
<mockito.all.version>1.10.19</mockito.all.version>
56+
<api.java.client.core.version>1.0.0</api.java.client.core.version>
5657
</properties>
5758

5859
<dependencies>
5960
<dependency>
6061
<groupId>com.taboola</groupId>
6162
<artifactId>api-java-client-core</artifactId>
62-
<version>1.0.0</version>
63+
<version>${api.java.client.core.version}</version>
6364
</dependency>
6465

6566
<dependency>

0 commit comments

Comments
 (0)