Skip to content

Build fails due to missing dependency to uvl parser #34

@bertilmuth

Description

@bertilmuth

I cloned the repo today and tried a maven build. It failed due to the following dependency missing:

  <dependency>
      <groupId>io.github.universal-variability-language</groupId>
      <artifactId>uvl-parser</artifactId>
      <version>0.5.0</version>
  </dependency>

Checking the versions of the UVL parser on Maven Central, it only lists versions up to 0.3:

https://mvnrepository.com/artifact/io.github.universal-variability-language/uvl-parser/versions

So this seems to be more of an issue with the uvl parser, but it makes this repo less accessible as well.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions