HADOOP-18487. change scope so that protobuf explicitly exported again
rename protobuf2.scope to transient.protobuf2.scope as it is only used in transient exports Change-Id: Icfa54ad440834314ee69ec9bf3d585f981e20fef
This commit is contained in:
parent
76c3184ced
commit
ad024999d8
|
@ -146,7 +146,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<scope>${protobuf2.scope}</scope>
|
||||
<scope>${transient.protobuf2.scope}</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
|
|
|
@ -130,7 +130,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<scope>${protobuf2.scope}</scope>
|
||||
<scope>${transient.protobuf2.scope}</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<scope>${protobuf2.scope}</scope>
|
||||
<scope>${transient.protobuf2.scope}</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.avro</groupId>
|
||||
|
|
|
@ -191,7 +191,7 @@
|
|||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<scope>${protobuf2.scope}</scope>
|
||||
<scope>${transient.protobuf2.scope}</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<scope>${protobuf2.scope}</scope>
|
||||
<scope>${transient.protobuf2.scope}</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<version>${hadoop.protobuf.version}</version>
|
||||
<scope>${protobuf2.scope}</scope>
|
||||
<scope>${transient.protobuf2.scope}</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<scope>${protobuf2.scope}</scope>
|
||||
<scope>${transient.protobuf2.scope}</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<scope>${protobuf2.scope}</scope>
|
||||
<scope>${transient.protobuf2.scope}</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
|
|
Loading…
Reference in New Issue