0
<dependency>
<groupId>Group</groupId>
<artifactId>AID</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
<type>war</type>
<exclusions>
<exclusion> <!-- declare the exclusion here -->
<groupId>sample.ProjectB</groupId>
<artifactId>Project-B</artifactId>
</exclusion>
</exclusions>
</dependency>
を以下していると仮定すると、私はcrated warファイル内のライブラリを除外しているため、このコードは、仕事をdosn'tようです。どのように戦争の依存関係がどのような仕様ですか?
「このコードは機能しない」と言ったときの意味を詳しく説明できますか? – Raghuram