Skip to content

Commit

Permalink
Fix webcomponentsjs polyfill version to the one that works with Firef…
Browse files Browse the repository at this point in the history
…ox. (#4362)
  • Loading branch information
SomeoneToIgnore authored and gilberto-torrezan committed Jul 11, 2018
1 parent 281bc0e commit 4c1c0d6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 16 deletions.
7 changes: 0 additions & 7 deletions flow-tests/test-dev-mode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@
<dependency>
<groupId>org.webjars.bowergithub.polymer</groupId>
<artifactId>polymer</artifactId>
<version>[2.0.0,3)</version>
</dependency>

<dependency>
<groupId>org.webjars.bowergithub.webcomponents</groupId>
<artifactId>webcomponentsjs</artifactId>
<version>[1.1.0,1.999)</version>
</dependency>
</dependencies>

Expand Down
1 change: 0 additions & 1 deletion flow-tests/test-root-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
<dependency>
<groupId>org.webjars.bowergithub.webcomponents</groupId>
<artifactId>webcomponentsjs</artifactId>
<version>[1.1.0,1.999)</version>
</dependency>
</dependencies>

Expand Down
1 change: 0 additions & 1 deletion flow-tests/test-root-ui-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<dependency>
<groupId>org.webjars.bowergithub.polymer</groupId>
<artifactId>polymer</artifactId>
<version>2.6.0</version>
</dependency>
</dependencies>

Expand Down
7 changes: 0 additions & 7 deletions flow-tests/test-themes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,9 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.webjars.bowergithub.webcomponents</groupId>
<artifactId>webcomponentsjs</artifactId>
<version>[1.1.0,1.999)</version>
</dependency>

<dependency>
<groupId>org.webjars.bowergithub.polymer</groupId>
<artifactId>polymer</artifactId>
<version>2.6.0</version>
</dependency>
</dependencies>

Expand Down
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,17 @@
<version>2.0</version>
</dependency>

<dependency>
<groupId>org.webjars.bowergithub.webcomponents</groupId>
<artifactId>webcomponentsjs</artifactId>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.polymer</groupId>
<artifactId>polymer</artifactId>
<version>2.6.0</version>
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 4c1c0d6

Please sign in to comment.