Details
-
Type:
Task
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Last commented by a User:true
Description
The example code block after
Whichever approach you choose, no dependencies will be added to your application. However, when you do declare a dependency on something that’s part of the Platform, you will now be able to omit the version number. For example:
Says
<dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <dependency> </dependencies>
The closing "dependency" tag is missing the /