Bug 572774 - Maven Pom.xml fail when this compile code.
Summary: Maven Pom.xml fail when this compile code.
Status: UNCONFIRMED
Alias: None
Product: M2E-WTP
Classification: Technology
Component: build (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-12 05:05 EDT by JULIO CESAR CLA
Modified: 2021-04-12 05:05 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JULIO CESAR CLA 2021-04-12 05:05:34 EDT
<dependency>
    <groupId>org.cloudsimplus</groupId>
    <artifactId>cloudsim-plus</artifactId>
    <!-- Set a specific version or use the latest one -->
    <version>LATEST</version>
</dependency>
   


It fails when I insert this code and compile. En Eclipse 2021-3. Pom.xml of Maven.