I expect the problem is here: https://github.com/apache/beam/blob/master/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L1093
That line was not modified in https://github.com/apache/beam/pull/8194/ even though it probably needs to be. Kenn *From: *Michael Luckey <[email protected]> *Date: *Tue, May 14, 2019 at 8:39 AM *To: * <[email protected]> We definitely changed something. > > With BEAM-4046 artefact naming was adjusted. I ll have a look into that. > > Thanks for letting me know. > > Best, > > michel > > On Tue, May 14, 2019 at 5:29 PM Ismaël Mejía <[email protected]> wrote: > >> Hello, >> >> Just updated a project I have to verson 2.14.0-SNAPSHOT and found that >> the dependencies don't have the correct name, for example the >> beam-sdks-java-core pom [1] points to >> >> <dependency> >> <groupId>beam.model</groupId> >> <artifactId>pipeline</artifactId> >> <version>2.14.0-SNAPSHOT</version> >> <scope>compile</scope> >> </dependency> >> >> But such dependency groupId / artifactId does not exist (or has >> existed in the past). >> >> Have we changed something in the way the name of dependencies are >> described recently? >> Filled this for the moment, so if someone can tackle it, it looks >> worth attention. >> https://issues.apache.org/jira/browse/BEAM-7302 >> >> [1] >> https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-core/2.14.0-SNAPSHOT/beam-sdks-java-core-2.14.0-20190514.072148-6.pom >> >
