diff options
Diffstat (limited to 'server/sonar-search/pom.xml')
-rw-r--r-- | server/sonar-search/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml index c006f179e25..d155517a242 100644 --- a/server/sonar-search/pom.xml +++ b/server/sonar-search/pom.xml @@ -24,6 +24,10 @@ <artifactId>elasticsearch</artifactId> </dependency> <dependency> + <groupId>net.java.dev.jna</groupId> + <artifactId>jna</artifactId> + </dependency> + <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <scope>provided</scope> |