|
18 | 18 | <packaging>jar</packaging> |
19 | 19 |
|
20 | 20 | <dependencies> |
21 | | - <dependency> |
22 | | - <groupId>org.lance</groupId> |
23 | | - <artifactId>lance-core</artifactId> |
24 | | - </dependency> |
25 | | - <dependency> |
26 | | - <groupId>org.lance</groupId> |
27 | | - <artifactId>lance-namespace-core</artifactId> |
28 | | - </dependency> |
29 | | - <dependency> |
30 | | - <groupId>org.lance</groupId> |
31 | | - <artifactId>lance-namespace-apache-client</artifactId> |
32 | | - </dependency> |
33 | 21 | <dependency> |
34 | 22 | <groupId>org.apache.hive</groupId> |
35 | 23 | <artifactId>hive-metastore</artifactId> |
|
47 | 35 | <groupId>org.pentaho</groupId> |
48 | 36 | <artifactId>pentaho-aggdesigner-algorithm</artifactId> |
49 | 37 | </exclusion> |
| 38 | + <exclusion> |
| 39 | + <groupId>io.netty</groupId> |
| 40 | + <artifactId>netty</artifactId> |
| 41 | + </exclusion> |
| 42 | + <exclusion> |
| 43 | + <groupId>io.netty</groupId> |
| 44 | + <artifactId>netty-all</artifactId> |
| 45 | + </exclusion> |
50 | 46 | </exclusions> |
51 | 47 | </dependency> |
52 | 48 | <dependency> |
|
62 | 58 | <groupId>org.pentaho</groupId> |
63 | 59 | <artifactId>pentaho-aggdesigner-algorithm</artifactId> |
64 | 60 | </exclusion> |
| 61 | + <exclusion> |
| 62 | + <groupId>io.netty</groupId> |
| 63 | + <artifactId>netty</artifactId> |
| 64 | + </exclusion> |
| 65 | + <exclusion> |
| 66 | + <groupId>io.netty</groupId> |
| 67 | + <artifactId>netty-all</artifactId> |
| 68 | + </exclusion> |
65 | 69 | </exclusions> |
66 | 70 | </dependency> |
67 | 71 | <dependency> |
|
77 | 81 | <groupId>org.pentaho</groupId> |
78 | 82 | <artifactId>pentaho-aggdesigner-algorithm</artifactId> |
79 | 83 | </exclusion> |
| 84 | + <exclusion> |
| 85 | + <groupId>io.netty</groupId> |
| 86 | + <artifactId>netty</artifactId> |
| 87 | + </exclusion> |
| 88 | + <exclusion> |
| 89 | + <groupId>io.netty</groupId> |
| 90 | + <artifactId>netty-all</artifactId> |
| 91 | + </exclusion> |
80 | 92 | </exclusions> |
81 | 93 | </dependency> |
82 | 94 | <dependency> |
|
100 | 112 | <groupId>org.pentaho</groupId> |
101 | 113 | <artifactId>pentaho-aggdesigner-algorithm</artifactId> |
102 | 114 | </exclusion> |
| 115 | + <exclusion> |
| 116 | + <groupId>io.netty</groupId> |
| 117 | + <artifactId>netty</artifactId> |
| 118 | + </exclusion> |
| 119 | + <exclusion> |
| 120 | + <groupId>io.netty</groupId> |
| 121 | + <artifactId>netty-all</artifactId> |
| 122 | + </exclusion> |
103 | 123 | </exclusions> |
104 | 124 | <classifier>core</classifier> |
105 | 125 | </dependency> |
|
114 | 134 | <groupId>com.google.guava</groupId> |
115 | 135 | <artifactId>guava</artifactId> |
116 | 136 | </exclusion> |
| 137 | + <exclusion> |
| 138 | + <groupId>io.netty</groupId> |
| 139 | + <artifactId>netty</artifactId> |
| 140 | + </exclusion> |
| 141 | + <exclusion> |
| 142 | + <groupId>io.netty</groupId> |
| 143 | + <artifactId>netty-all</artifactId> |
| 144 | + </exclusion> |
117 | 145 | </exclusions> |
118 | 146 | </dependency> |
119 | 147 | <dependency> |
|
125 | 153 | <groupId>com.google.guava</groupId> |
126 | 154 | <artifactId>guava</artifactId> |
127 | 155 | </exclusion> |
| 156 | + <exclusion> |
| 157 | + <groupId>io.netty</groupId> |
| 158 | + <artifactId>netty</artifactId> |
| 159 | + </exclusion> |
128 | 160 | </exclusions> |
129 | 161 | </dependency> |
130 | 162 | <dependency> |
|
137 | 169 | <groupId>com.google.guava</groupId> |
138 | 170 | <artifactId>guava</artifactId> |
139 | 171 | </exclusion> |
| 172 | + <exclusion> |
| 173 | + <groupId>io.netty</groupId> |
| 174 | + <artifactId>netty</artifactId> |
| 175 | + </exclusion> |
| 176 | + <exclusion> |
| 177 | + <groupId>io.netty</groupId> |
| 178 | + <artifactId>netty-all</artifactId> |
| 179 | + </exclusion> |
140 | 180 | </exclusions> |
141 | 181 | </dependency> |
142 | 182 | <dependency> |
|
0 commit comments