Cleaned out old references to removed buildhelpers and widgets modules. (#12383)

This commit is contained in:
Anna Koskinen 2021-08-25 17:08:07 +03:00 committed by GitHub
parent c019c5d5ae
commit 5144101da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 10 deletions

3
.gitignore vendored
View File

@ -24,7 +24,6 @@ uitest/src/main/themes/VAADIN/themes/**/styles.scss.cache
/build/classes
/build/test-output
/build/integration-test-output
/build/buildhelpers/com/vaadin/buildhelpers/*.class
# /tests/
/tests/junit*.properties
@ -48,12 +47,10 @@ shared/target/
server/target/
client/target/
client-compiler/target/
buildhelpers/target/
client-compiled/target/
liferay/target/
themes/target/
uitest/target/
widgets/target/
.sass-cache
phantomjsdriver.log

View File

@ -30,8 +30,6 @@ import java.util.stream.Stream;
import org.junit.Test;
import com.vaadin.ui.Component;
public class ClassesSerializableTest {
/**
@ -76,7 +74,6 @@ public class ClassesSerializableTest {
// class level filtering, also affecting nested classes and
// interfaces
"com\\.vaadin\\.server\\.LegacyCommunicationManager.*", //
"com\\.vaadin\\.buildhelpers.*", //
"com\\.vaadin\\.util\\.EncodeUtil.*", //
"com\\.vaadin\\.util\\.ReflectTools.*", //
"com\\.vaadin\\.data\\.provider\\.InMemoryDataProviderHelpers",

View File

@ -35,8 +35,6 @@
resolver="vaadin-addons" />
<module organisation="com.vaadin" name="vaadin-testbench-api"
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-buildhelpers"
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-root"
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-shared"
@ -63,8 +61,6 @@
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-push"
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-widgets"
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-bom"
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-liferay"