Browse Source

Replace tapestry-yuicompressor module by tapestry-webresources

jochenberger 9 years ago
parent
commit
53e7c33f64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/tapestry/hello/pom.xml

+ 1 - 1
frameworks/Java/tapestry/hello/pom.xml

@@ -26,7 +26,7 @@
         <!-- This adds automatic compression of JavaScript and CSS when in production mode. -->
         <!-- This adds automatic compression of JavaScript and CSS when in production mode. -->
         <dependency>
         <dependency>
             <groupId>org.apache.tapestry</groupId>
             <groupId>org.apache.tapestry</groupId>
-            <artifactId>tapestry-yuicompressor</artifactId>
+            <artifactId>tapestry-webresources</artifactId>
             <version>${tapestry-release-version}</version>
             <version>${tapestry-release-version}</version>
         </dependency>
         </dependency>