File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
src/main/java/org/apache/phoenix/transaction Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 3434 <artifactId >phoenix-shaded-guava</artifactId >
3535 </dependency >
3636
37+ <dependency >
38+ <groupId >org.apache.phoenix.thirdparty</groupId >
39+ <artifactId >phoenix-shaded-protobuf</artifactId >
40+ </dependency >
41+
3742 <!-- HBase compat dependency -->
3843 <dependency >
3944 <groupId >org.apache.phoenix</groupId >
Original file line number Diff line number Diff line change 1717 */
1818package org .apache .phoenix .transaction ;
1919
20- import com .google .protobuf .InvalidProtocolBufferException ;
20+ import org . apache . phoenix . thirdparty . com .google .protobuf .InvalidProtocolBufferException ;
2121import java .sql .SQLException ;
2222import java .util .Arrays ;
2323import java .util .HashSet ;
Original file line number Diff line number Diff line change 6868 along with hbase.version (defined in profiles) -->
6969 <hadoop .version>3.4.2</hadoop .version>
7070
71- <phoenix .thirdparty.version>2.1 .0</phoenix .thirdparty.version>
71+ <phoenix .thirdparty.version>2.2 .0</phoenix .thirdparty.version>
7272 <hbase .suffix>hbase-${hbase.profile} </hbase .suffix>
7373
7474 <!-- This is used by the release script only -->
359359 <artifactId >phoenix-shaded-guava</artifactId >
360360 <version >${phoenix.thirdparty.version} </version >
361361 </dependency >
362+ <dependency >
363+ <groupId >org.apache.phoenix.thirdparty</groupId >
364+ <artifactId >phoenix-shaded-protobuf</artifactId >
365+ <version >${phoenix.thirdparty.version} </version >
366+ </dependency >
362367 <dependency >
363368 <groupId >org.apache.phoenix</groupId >
364369 <artifactId >phoenix-hbase-compat-2.5.0</artifactId >
You can’t perform that action at this time.
0 commit comments