Cleanup Maven build by pushing component dependencies down
Rather than listing all of our build projects in the parent pom, list them where they are actually required to compile. Change-Id: I27954f3e4affdaa258ee024c0899f0cacd3f2ae4 Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
@@ -41,11 +41,13 @@ limitations under the License.
|
||||
<dependency>
|
||||
<groupId>com.google.gerrit</groupId>
|
||||
<artifactId>gerrit-gwtui</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.gerrit</groupId>
|
||||
<artifactId>gerrit-war</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.google.gerrit</groupId>
|
||||
|
||||
Reference in New Issue
Block a user