Skip to content

Commit e892136

Browse files
committed
Label bokeh dependency as <provided> until they fix their dependency issue.
1 parent 1351f18 commit e892136

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

bokeh/deploy-scala-2.10.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
<groupId>io.continuum.bokeh</groupId>
8383
<artifactId>bokeh_2.10</artifactId>
8484
<version>0.7</version>
85+
<scope>provided</scope>
8586
</dependency>
8687

8788
</dependencies>

bokeh/deploy-scala-2.11.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
<groupId>io.continuum.bokeh</groupId>
8383
<artifactId>bokeh_2.11</artifactId>
8484
<version>0.7</version>
85+
<scope>provided</scope>
8586
</dependency>
8687

8788
</dependencies>

bokeh/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
<groupId>io.continuum.bokeh</groupId>
112112
<artifactId>bokeh_${scala.binary.version}</artifactId>
113113
<version>0.7</version>
114+
<scope>provided</scope>
114115
</dependency>
115116

116117
</dependencies>

make-poms.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,7 @@
534534
<groupId>io.continuum.bokeh</groupId>
535535
<artifactId>bokeh_${{scala.binary.version}}</artifactId>
536536
<version>0.7</version>
537+
<scope>provided</scope>
537538
</dependency>
538539
539540
</dependencies>
@@ -572,6 +573,7 @@
572573
<groupId>io.continuum.bokeh</groupId>
573574
<artifactId>bokeh_2.10</artifactId>
574575
<version>0.7</version>
576+
<scope>provided</scope>
575577
</dependency>
576578
577579
</dependencies>
@@ -610,6 +612,7 @@
610612
<groupId>io.continuum.bokeh</groupId>
611613
<artifactId>bokeh_2.11</artifactId>
612614
<version>0.7</version>
615+
<scope>provided</scope>
613616
</dependency>
614617
615618
</dependencies>

0 commit comments

Comments
 (0)