Skip to content

cdk init app --language=java generates incorrect dependencies in pom.xml #502

@eranation

Description

@eranation

It generates

 <dependency>
   <groupId>com.amazonaws.cdk</groupId>
   <artifactId>aws-cdk</artifactId>
   <version>LATEST</version>
 </dependency>

Whereas I think the correct one is

<dependency>
   <groupId>software.amazon.awscdk</groupId>
   <artifactId>cdk</artifactId>
   <version>0.8.0</version>
 </dependency>

if I'm not mistaken

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions