Skip to content

Commit

Permalink
Cleaned out old references to removed buildhelpers and widgets module…
Browse files Browse the repository at this point in the history
…s. (#12383)
  • Loading branch information
Ansku committed Aug 25, 2021
1 parent c019c5d commit 5144101
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@

import org.junit.Test;

import com.vaadin.ui.Component;

public class ClassesSerializableTest {

/**
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 0 additions & 4 deletions test/servlet-containers/generic/ivysettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 5144101

Please sign in to comment.