[ https://issues.apache.org/jira/browse/OMID-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16653649#comment-16653649 ]
James Taylor commented on OMID-109: ----------------------------------- Does it fix it if you add the following dependency to benchmarks/pom.xml? {code:java} <profiles> <profile> <id>hbase-1</id> <dependencies> <dependency> <groupId>org.apache.omid</groupId> <artifactId>omid-hbase1-shims</artifactId> <version>${project.version}</version> </dependency> </dependencies> </profile> <profile> <id>hbase-2</id> <dependencies> <dependency> <groupId>org.apache.omid</groupId> <artifactId>omid-hbase2-shims</artifactId> <version>${project.version}</version> </dependency> </dependencies> </profile> </profiles> {code} > Unable to build phoenix-integration branch through Jenkins job > -------------------------------------------------------------- > > Key: OMID-109 > URL: https://issues.apache.org/jira/browse/OMID-109 > Project: Apache Omid > Issue Type: Sub-task > Reporter: James Taylor > Assignee: Yonatan Gottesman > Priority: Blocker > Attachments: OMID-109.patch, omid109.patch, omid109_v2.patch > > > Based on Jenkins job failures > (https://builds.apache.org/job/Phoenix-omid2/81/), the repo URL in the pom > needs to be updated to > https://raw.githubusercontent.com/synergian/wagon-git/releases. -- This message was sent by Atlassian JIRA (v7.6.3#76005)