dannycranmer commented on a change in pull request #17360:
URL: https://github.com/apache/flink/pull/17360#discussion_r720134979



##########
File path: flink-formats/flink-avro-glue-schema-registry/pom.xml
##########
@@ -94,6 +94,19 @@ under the License.
                        <groupId>software.amazon.glue</groupId>
                        <artifactId>schema-registry-serde</artifactId>
                        <version>${glue.schema.registry.version}</version>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>com.kjetland</groupId>
+                                       
<artifactId>mbknor-jackson-jsonschema_2.12</artifactId>
+                               </exclusion>
+                       </exclusions>
+               </dependency>
+
+               <!-- The above dependency hard-codes the Scala 2.12 binary 
version of this jar, so we replace it -->
+               <dependency>
+                       <groupId>com.kjetland</groupId>
+                       
<artifactId>mbknor-jackson-jsonschema_${scala.binary.version}</artifactId>

Review comment:
       @jherico Does this change mean that the format will be compatible with 
Scala 2.11 also? Although 2.11 has been recently removed




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to