Skip to content

Commit

Permalink
pom.xml org.apache.solr added to opencga-analysis #TASK-2095
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Jul 4, 2023
1 parent bbb09c9 commit 37b2bfd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions opencga-analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,16 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<!-- RGA test dependencies -->
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
</dependency>
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-test-framework</artifactId>
</dependency>
<!-- /RGA -->
</dependencies>

<build>
Expand Down Expand Up @@ -268,6 +278,10 @@
<ignoredUnusedDeclaredDependency>
org.opencb.opencga:opencga-storage-hadoop-deps-*
</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>
org.apache.solr:*
</ignoredUnusedDeclaredDependency>

</ignoredUnusedDeclaredDependencies>
</configuration>
</execution>
Expand Down

0 comments on commit 37b2bfd

Please sign in to comment.