``++system++`` dependencies are sought at a specific, specified path. This drastically reduces portability because if you deploy your artifact in an environment that's not configured just like yours is, your code won't work. == Noncompliant Code Example ---- javax.sql jdbc-stdext 2.0 system /usr/bin/lib/rt.jar ----