Skip to content

update maven dependency syntax  #1

@AvivSela

Description

@AvivSela

The syntax should be:

<dependency>
    <groupId>com.github.lkoskela</groupId>
    <artifactId>beaninject</artifactId>
    <version>0.9</version>
</dependency>

and not like:

<dependency>
    <groupId>beaninject</groupId>
    <artifactId>beaninject</artifactId>
    <version>0.6</version>
</dependency>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions