Skip to content

Commit

Permalink
pom.xml clinical and mockito added to opencga-analysis #TASK-2095
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Jul 5, 2023
1 parent 5dc0d2f commit db9b2b2
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions opencga-analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,20 @@
<dependencies>
<dependency>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga-core</artifactId>
<artifactId>opencga-storage-core</artifactId>
</dependency>
<dependency>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga-catalog</artifactId>
</dependency>
<dependency>
<groupId>org.opencb.commons</groupId>
<artifactId>commons-datastore-core</artifactId>
</dependency>
<dependency>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga-core</artifactId>
</dependency>
<dependency>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga-catalog</artifactId>
Expand Down Expand Up @@ -84,6 +92,21 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga-clinical</artifactId>
<version>${project.parent.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.opencb.commons</groupId>
<artifactId>commons-lib</artifactId>
Expand Down Expand Up @@ -277,7 +300,8 @@
<ignoredUnusedDeclaredDependency>
org.apache.solr:*
</ignoredUnusedDeclaredDependency>

<ignoredUnusedDeclaredDependency>org.opencb.opencga:opencga-clinical*
</ignoredUnusedDeclaredDependency>
</ignoredUnusedDeclaredDependencies>
</configuration>
</execution>
Expand Down

0 comments on commit db9b2b2

Please sign in to comment.