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

Reply via email to