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:
Shawn O. Pearce
2009-12-29 17:07:01 -08:00
parent dd04342478
commit d1a3f68b80
11 changed files with 30 additions and 131 deletions

View File

@@ -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>