|
56 | 56 | <version>${awsjavasdk.version}</version> |
57 | 57 | <optional>true</optional> |
58 | 58 | </dependency> |
| 59 | + <dependency> |
| 60 | + <groupId>software.amazon.lakeformation.plugin.accessgrants</groupId> |
| 61 | + <artifactId>aws-lakeformation-accessgrants-java-plugin</artifactId> |
| 62 | + <version>${lakeformations3accessgrants.version}</version> |
| 63 | + <optional>true</optional> |
| 64 | + <exclusions> |
| 65 | + <exclusion> |
| 66 | + <groupId>software.amazon.awssdk</groupId> |
| 67 | + <artifactId>auth</artifactId> |
| 68 | + </exclusion> |
| 69 | + <exclusion> |
| 70 | + <groupId>software.amazon.awssdk</groupId> |
| 71 | + <artifactId>http-auth-spi</artifactId> |
| 72 | + </exclusion> |
| 73 | + <exclusion> |
| 74 | + <groupId>software.amazon.awssdk</groupId> |
| 75 | + <artifactId>identity-spi</artifactId> |
| 76 | + </exclusion> |
| 77 | + <exclusion> |
| 78 | + <groupId>software.amazon.awssdk</groupId> |
| 79 | + <artifactId>s3control</artifactId> |
| 80 | + </exclusion> |
| 81 | + <exclusion> |
| 82 | + <groupId>software.amazon.awssdk</groupId> |
| 83 | + <artifactId>s3</artifactId> |
| 84 | + </exclusion> |
| 85 | + <exclusion> |
| 86 | + <groupId>software.amazon.awssdk</groupId> |
| 87 | + <artifactId>iam</artifactId> |
| 88 | + </exclusion> |
| 89 | + <exclusion> |
| 90 | + <groupId>software.amazon.awssdk</groupId> |
| 91 | + <artifactId>sts</artifactId> |
| 92 | + </exclusion> |
| 93 | + <exclusion> |
| 94 | + <groupId>software.amazon.awssdk</groupId> |
| 95 | + <artifactId>cloudwatch-metric-publisher</artifactId> |
| 96 | + </exclusion> |
| 97 | + <exclusion> |
| 98 | + <groupId>software.amazon.eventstream</groupId> |
| 99 | + <artifactId>eventstream</artifactId> |
| 100 | + </exclusion> |
| 101 | + <exclusion> |
| 102 | + <groupId>org.slf4j</groupId> |
| 103 | + <artifactId>slf4j-api</artifactId> |
| 104 | + </exclusion> |
| 105 | + <exclusion> |
| 106 | + <groupId>io.netty</groupId> |
| 107 | + <artifactId>netty-codec-http</artifactId> |
| 108 | + </exclusion> |
| 109 | + <exclusion> |
| 110 | + <groupId>io.netty</groupId> |
| 111 | + <artifactId>netty-codec-http2</artifactId> |
| 112 | + </exclusion> |
| 113 | + <exclusion> |
| 114 | + <groupId>io.netty</groupId> |
| 115 | + <artifactId>netty-codec</artifactId> |
| 116 | + </exclusion> |
| 117 | + <exclusion> |
| 118 | + <groupId>io.netty</groupId> |
| 119 | + <artifactId>netty-transport</artifactId> |
| 120 | + </exclusion> |
| 121 | + <exclusion> |
| 122 | + <groupId>io.netty</groupId> |
| 123 | + <artifactId>netty-common</artifactId> |
| 124 | + </exclusion> |
| 125 | + <exclusion> |
| 126 | + <groupId>io.netty</groupId> |
| 127 | + <artifactId>netty-buffer</artifactId> |
| 128 | + </exclusion> |
| 129 | + <exclusion> |
| 130 | + <groupId>io.netty</groupId> |
| 131 | + <artifactId>netty-handler</artifactId> |
| 132 | + </exclusion> |
| 133 | + <exclusion> |
| 134 | + <groupId>io.netty</groupId> |
| 135 | + <artifactId>netty-transport-classes-epoll</artifactId> |
| 136 | + </exclusion> |
| 137 | + <exclusion> |
| 138 | + <groupId>io.netty</groupId> |
| 139 | + <artifactId>netty-resolver</artifactId> |
| 140 | + </exclusion> |
| 141 | + <exclusion> |
| 142 | + <groupId>io.netty</groupId> |
| 143 | + <artifactId>netty-resolver-dns</artifactId> |
| 144 | + </exclusion> |
| 145 | + <exclusion> |
| 146 | + <groupId>org.apache.httpcomponents</groupId> |
| 147 | + <artifactId>httpcomponents-client</artifactId> |
| 148 | + </exclusion> |
| 149 | + <exclusion> |
| 150 | + <groupId>org.apache.httpcomponents</groupId> |
| 151 | + <artifactId>httpcore</artifactId> |
| 152 | + </exclusion> |
| 153 | + <exclusion> |
| 154 | + <groupId>org.apache.httpcomponents</groupId> |
| 155 | + <artifactId>httpclient</artifactId> |
| 156 | + </exclusion> |
| 157 | + <exclusion> |
| 158 | + <groupId>commons-codec</groupId> |
| 159 | + <artifactId>commons-codec</artifactId> |
| 160 | + </exclusion> |
| 161 | + <exclusion> |
| 162 | + <groupId>org.reactivestreams</groupId> |
| 163 | + <artifactId>reactive-streams</artifactId> |
| 164 | + </exclusion> |
| 165 | + </exclusions> |
| 166 | + </dependency> |
59 | 167 | <dependency> |
60 | 168 | <groupId>software.amazon.s3.accessgrants</groupId> |
61 | 169 | <artifactId>aws-s3-accessgrants-java-plugin</artifactId> |
|
181 | 289 | <include>software.amazon.awssdk:*</include> |
182 | 290 | <include>software.amazon:*</include> |
183 | 291 | <include>software.amazon.s3.accessgrants:*</include> |
| 292 | + <include>software.amazon.lakeformation.plugin.accessgrants:*</include> |
184 | 293 | <include>com.github.ben-manes.caffeine:caffeine</include> |
185 | 294 | <include>com.google.errorprone:error_prone_annotations</include> |
186 | 295 | <inlcude>org.checkerframework:checker-qual</inlcude> |
|
0 commit comments