2012-03-07 17 views
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ようです。どのように戦争の依存関係がどのような仕様ですか?

+0

「このコードは機能しない」と言ったときの意味を詳しく説明できますか? – Raghuram

答えて

関連する問題