Java Reference
In-Depth Information
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.marshalling</groupId>
<artifactId>jboss-marshalling-river</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
Many of these dependencies use the runtime scope. This means that classes that are
provided by them are not used directly by our code; they are not needed to be bundled
within our application package, but they are required at runtime.
Search WWH ::




Custom Search