Merge pull request #2632 from gianm/examples-druid-provided

examples: Switch druid-server, druid-common to "provided".
This commit is contained in:
Fangjin Yang 2016-03-10 19:57:32 -08:00
commit f4ab1c2e52
1 changed files with 2 additions and 0 deletions

View File

@ -35,11 +35,13 @@
<groupId>io.druid</groupId>
<artifactId>druid-server</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.druid</groupId>
<artifactId>druid-common</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
<dependency>