Skip to content

Commit

Permalink
Drop dependency to flow-push from flow-server
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Anisimov committed Oct 20, 2020
1 parent 94fb121 commit b99fccc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @since
*
*/
@Component(immediate = true, service = OsgiVaadinStaticResource.class)
@Component(immediate = true, service = ResourceProvider.class)
public class OSGiResourceProvider implements ResourceProvider {

@Override
Expand Down
6 changes: 0 additions & 6 deletions flow-push/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
<packaging>jar</packaging>

<dependencies>
<!-- Atmosphere -->
<dependency>
<groupId>com.vaadin.external.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
<version>${atmosphere.runtime.version}</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-osgi</artifactId>
Expand Down
9 changes: 5 additions & 4 deletions flow-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
<dependencies>

<!-- Project dependencies -->


<!-- Atmosphere -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-push</artifactId>
<version>${project.version}</version>
<groupId>com.vaadin.external.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
<version>${atmosphere.runtime.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b99fccc

Please sign in to comment.