Skip to content

Commit

Permalink
Include Flow repository so dependencies can be found
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- committed Oct 30, 2017
1 parent 436d0db commit 495ee2b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vaadin-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@
<url>https://repo.vaadin.com/nexus/content/repositories/flow</url>
</repository>
</distributionManagement>

<repositories>
<repository>
<id>flow-internal-release</id>
<url>https://repo.vaadin.com/nexus/content/repositories/flow</url>
</repository>
</repositories>
<dependencyManagement>
<dependencies>
<!-- Flow -->
Expand Down

0 comments on commit 495ee2b

Please sign in to comment.