Skip to content

Commit

Permalink
Cleaning not relevant artifacts due to extraction to api core artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimanaev committed Jul 14, 2021
1 parent 91edbdd commit f0ddd2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@
<log4j.core.version>2.6.1</log4j.core.version>
<junit.version>4.12</junit.version>
<mockito.all.version>1.10.19</mockito.all.version>
<api.java.client.core.version>1.0.0</api.java.client.core.version>
</properties>

<dependencies>
<dependency>
<groupId>com.taboola</groupId>
<artifactId>api-java-client-core</artifactId>
<version>1.0.0</version>
<version>${api.java.client.core.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f0ddd2a

Please sign in to comment.