I am trying to run the vaadin 14 application from the tutorial github repo.
I changed the vaadin dependency to vaadin-core and commented out/removed the testbench dependency along the related code.
I don’t see any pro component in the dependency tree and no additional add-on.
When I run the application I am not able to bootstrap it as an exception is thrown on the license check:
com.vaadin.pro.licensechecker.LicenseException: The provided license key does not allow usage of flow 2.11.1. Check that the license has not expired and that the product you are trying to use does not require another type of subscription.
Could someone help me out?