Skip to content

[MNG-6207] Create WARNINGs in case of using system scope #7241

@jira-importer

Description

@jira-importer

Karl Heinz Marbaise opened MNG-6207 and commented

Currently the documentation has already marked the usage of:

<dependency>
     <groupId>javax.sql</groupId>
     <artifactId>jdbc-stdext</artifactId>
     <version>2.0</version>
     <scope>system</scope>
     <systemPath>${java.home}/lib/rt.jar</systemPath>
   </dependency>

as deprecated. So we should start to produce WARNING during a build if someone uses it...


Affects: 3.5.0

Remote Links:

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestpriority:minorMinor loss of function, or other problem where easy workaround is present

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions