Re: getting in an infinite loop while creating the dependency-reduced pom

2020-08-03 Thread Chesnay Schepler
https://issues.apache.org/jira/browse/MSHADE-148 On 03/08/2020 10:16, Dongwon Kim wrote: Hi, I create a new maven project (I'm using Maven 3.6.3) w/ the below command |curl https://flink.apache.org/q/quickstart-SNAPSHOT.sh | bash -s 1.11.1| and add the following dependencies to depend

getting in an infinite loop while creating the dependency-reduced pom

2020-08-03 Thread Dongwon Kim
Hi, I create a new maven project (I'm using Maven 3.6.3) w/ the below command > curl https://flink.apache.org/q/quickstart-SNAPSHOT.sh | bash -s 1.11.1 > > and add the following dependencies to dependencies > > org.apache.flink > flink-connector-kafka_${scala.binary.version} >