Skip to content

Commit

Permalink
Fix problem with sauce-connect repository no longer working (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- authored Jan 22, 2018
1 parent 1cec574 commit 0621404
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vaadin-testbench-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@
<url>https://maven.vaadin.com/vaadin-prereleases</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>vaadin-addons</id>
<url>https://maven.vaadin.com/vaadin-addons</url>
</pluginRepository>
</pluginRepositories>
<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit 0621404

Please sign in to comment.