Skip to content

Commit

Permalink
pom: Move hadoop dependencies into its profile #TASK-2095
Browse files Browse the repository at this point in the history
  • Loading branch information
j-coll committed Oct 27, 2023
1 parent d4bbc30 commit d61b083
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions opencga-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,6 @@
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
</dependency>
<dependency>
<groupId>org.opencb.opencga</groupId>
<artifactId>${opencga-storage-hadoop-deps.artifactId}</artifactId>
<classifier>shaded</classifier>
</dependency>
<dependency>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga-storage-hadoop-core</artifactId>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-all</artifactId>
Expand Down Expand Up @@ -395,7 +386,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<dependencies>
<!--<dependency>
<dependency>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga-storage-hadoop-core</artifactId>
<version>${project.parent.version}</version>
Expand All @@ -405,7 +396,7 @@
<artifactId>${opencga-storage-hadoop-deps.artifactId}</artifactId>
<version>${project.parent.version}</version>
<classifier>shaded</classifier>
</dependency>-->
</dependency>
</dependencies>
</profile>

Expand Down

0 comments on commit d61b083

Please sign in to comment.