aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-14 14:00:09 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-14 14:00:09 +0200
commit23cbd8709a46962bf825fa3c986b4019ceca7747 (patch)
treefc149407977fbc3284a0d73a0b4f7c8a0202f6a1 /vespa-feed-client/pom.xml
parent291e527fb70897742f16caa4b3c7062cc6e47708 (diff)
Export Javadoc + monitor for ABI changes
Diffstat (limited to 'vespa-feed-client/pom.xml')
-rw-r--r--vespa-feed-client/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/vespa-feed-client/pom.xml b/vespa-feed-client/pom.xml
index 85377c25241..b0d12431c05 100644
--- a/vespa-feed-client/pom.xml
+++ b/vespa-feed-client/pom.xml
@@ -20,6 +20,11 @@
<dependencies>
<!-- compile scope -->
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>annotations</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<scope>compile</scope>
@@ -100,6 +105,10 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>abi-check-plugin</artifactId>
+ </plugin>
</plugins>
</build>
</project>