Commit a8a6ffd 1 parent dbc1c15 commit a8a6ffd Copy full SHA for a8a6ffd
File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 78
78
<scope >runtime</scope >
79
79
</dependency >
80
80
81
+ <dependency >
82
+ <groupId >javax.annotation</groupId >
83
+ <artifactId >javax.annotation-api</artifactId >
84
+ </dependency >
85
+
81
86
<dependency >
82
87
<groupId >com.facebook.presto</groupId >
83
88
<artifactId >presto-function-namespace-managers-common</artifactId >
111
116
</execution >
112
117
</executions >
113
118
</plugin >
119
+ <plugin >
120
+ <groupId >org.apache.maven.plugins</groupId >
121
+ <artifactId >maven-dependency-plugin</artifactId >
122
+ <configuration >
123
+ <usedDependencies >
124
+ <!-- Used by generated GrpcUdfInvokeGrpc.java, but not picked up by plugin -->
125
+ <dependency >javax.annotation:javax.annotation-api</dependency >
126
+ </usedDependencies >
127
+ </configuration >
128
+ </plugin >
114
129
</plugins >
115
130
</build >
116
131
</project >
You can’t perform that action at this time.
0 commit comments