File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 107107 <artifactId >jackson-annotations</artifactId >
108108 <version >${jackson.version} </version >
109109 </dependency >
110- <dependency >
111- <groupId >com.google.guava</groupId >
112- <artifactId >guava</artifactId >
113- <version >${guava.version} </version >
114- <scope >test</scope >
115- </dependency >
116110 <dependency >
117111 <groupId >org.apache.parquet</groupId >
118112 <artifactId >parquet-column</artifactId >
132126 <classifier >${pig.classifier} </classifier >
133127 <scope >provided</scope >
134128 </dependency >
135- <dependency >
136- <groupId >javax.annotation</groupId >
137- <artifactId >javax.annotation-api</artifactId >
138- <version >${javax.annotation.version} </version >
139- </dependency >
140- <dependency > <!-- for pig runtime in tests -->
141- <groupId >org.antlr</groupId >
142- <artifactId >antlr-runtime</artifactId >
143- <version >3.5.3</version >
144- <scope >test</scope >
145- </dependency >
146129 <dependency >
147130 <groupId >org.apache.thrift</groupId >
148131 <artifactId >libthrift</artifactId >
160143 <version >${slf4j.version} </version >
161144 <scope >test</scope >
162145 </dependency >
163- <dependency >
164- <!-- needed for Pig tests -->
165- <groupId >log4j</groupId >
166- <artifactId >log4j</artifactId >
167- <version >1.2.17</version >
168- <scope >test</scope >
169- </dependency >
170146 <dependency >
171147 <groupId >org.apache.parquet</groupId >
172148 <artifactId >parquet-hadoop</artifactId >
You can’t perform that action at this time.
0 commit comments