summaryrefslogtreecommitdiffstats
path: root/gerrit-patch-commonsnet
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-12-29 17:07:01 -0800
committerShawn O. Pearce <sop@google.com>2009-12-30 17:19:47 -0800
commitd1a3f68b804cd8d87be73d42a401aa23a387fe04 (patch)
tree587fff148db7299c2278655f79282c25fe37248c /gerrit-patch-commonsnet
parentdd04342478812f1b290df07c35d4b200e2c22c46 (diff)
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>
Diffstat (limited to 'gerrit-patch-commonsnet')
-rw-r--r--gerrit-patch-commonsnet/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/gerrit-patch-commonsnet/pom.xml b/gerrit-patch-commonsnet/pom.xml
index f917086107..5bbae03533 100644
--- a/gerrit-patch-commonsnet/pom.xml
+++ b/gerrit-patch-commonsnet/pom.xml
@@ -51,6 +51,7 @@ limitations under the License.
<dependency>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-util-ssl</artifactId>
+ <version>${project.version}</version>
</dependency>
</dependencies>
</project>