diff --git a/tapestryapp/pom.xml b/tapestryapp/pom.xml index 7a7a645..2d9a0bc 100644 --- a/tapestryapp/pom.xml +++ b/tapestryapp/pom.xml @@ -111,6 +111,6 @@ of a Tapestry Maven plugin is not required. --> - 5.2.5 + 5.3 diff --git a/tapestryapp/src/main/java/tapestryapp/services/AppModule.java b/tapestryapp/src/main/java/tapestryapp/services/AppModule.java index 5c35f80..8bf8f98 100644 --- a/tapestryapp/src/main/java/tapestryapp/services/AppModule.java +++ b/tapestryapp/src/main/java/tapestryapp/services/AppModule.java @@ -19,7 +19,6 @@ public static void contributeApplicationDefaults( configuration.add(SymbolConstants.SUPPORTED_LOCALES, "en"); configuration.add(SymbolConstants.APPLICATION_VERSION, "1.0-SNAPSHOT"); configuration.add(SymbolConstants.DEFAULT_STYLESHEET, "context:default.css" ); - configuration.add(SymbolConstants.DEFAULT_JAVASCRIPT, "" ); configuration.add(SymbolConstants.BLACKBIRD_ENABLED, "false"); configuration.add(SymbolConstants.COMBINE_SCRIPTS, "false" ); configuration.add(SymbolConstants.GZIP_COMPRESSION_ENABLED, "false");