Skip to content

Commit

Permalink
test: add mobx dep via @NpmPackage (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
haijian-vaadin committed Aug 27, 2021
1 parent 1303e76 commit 1635b51
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
package com.vaadin.flow.spring.fusionsecurity;

import com.vaadin.flow.component.dependency.NpmPackage;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

@SpringBootApplication
@NpmPackage(value = "@adobe/lit-mobx",
version = "2.0.0-rc.4")
@NpmPackage(value = "mobx",
version = "^6.1.5")
public class Application {

public static void main(String[] args) {
Expand Down

0 comments on commit 1635b51

Please sign in to comment.