java - What does it mean by <provided> with <exclusion>? -


let's consider example

        <groupid>com.abc.3rdparty</groupid>         <artifactid>abc-gsb-scala</artifactid>         <version>${gsbscalaversion}</version>         <scope>provided</scope>         <exclusions>             <exclusion>                 <groupid>com.abc.3rdparty</groupid>                 <artifactid>safebrowsing2_2.9.1-0.2.5.jar</artifactid>             </exclusion>         </exclusions> 

as understand, <provided> means container provide jar right?

so <exclusion> means? 1 of jar within provided project/application?

i confused

well, build, hunch correct, exclusion won't because left out anyway. if you're using ide pulls in dependencies you, exclude transient dependencies while develop. make sense?


Comments

Popular posts from this blog

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -

javascript - oscilloscope of speaker input stops rendering after a few seconds -