我在apache commons lang
范围内有runtime
依赖性。目标是使其在runtime
范围内,以便任何人都无法使用,他们应该使用apache commons lang3
时间范围内可用的compile
。但是,apache commons lang
在eclipse类路径中可用,我能够在eclipse中使用它并编写我的代码,这违背了将其置于runtime
范围内的目的。我应该如何告诉eclipse不要通过Maven Dependencies
将它放在classpath上?