Author: manaRH
Date: 2012-06-27 11:14:01 -0400 (Wed, 27 Jun 2012)
New Revision: 14955

Modified:
   
branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Home.html
   
branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Register.html
   
branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Template.html
   branches/community/Seam_2_3/jboss-seam-wicket/pom.xml
Log:
cleaned up jboss-seam-wicket dependencies and fixed strings in wicket example

Modified: 
branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Home.html
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Home.html
       2012-06-26 13:46:21 UTC (rev 14954)
+++ 
branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Home.html
       2012-06-27 15:14:01 UTC (rev 14955)
@@ -56,7 +56,7 @@
                        </div>
                </div>
        </div>
-       <div id="footer">Created with Seam 2.0, JBoss EJB 3.0 and Apache 
Wicket</div>
+       <div id="footer">Created with Seam 2.3, JBoss EJB 3 and Apache 
Wicket</div>
 </div>
 </body>
 </html>

Modified: 
branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Register.html
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Register.html
   2012-06-26 13:46:21 UTC (rev 14954)
+++ 
branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Register.html
   2012-06-27 15:14:01 UTC (rev 14955)
@@ -70,7 +70,7 @@
                
        </div>
        
-       <div id="footer">Created with Seam 2.0, JBoss EJB 3.0 and Apache 
Wicket</div>
+       <div id="footer">Created with Seam 2.3, JBoss EJB 3 and Apache 
Wicket</div>
        
 </div>
 

Modified: 
branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Template.html
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Template.html
   2012-06-26 13:46:21 UTC (rev 14954)
+++ 
branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/src/main/resources/org/jboss/seam/example/wicket/Template.html
   2012-06-27 15:14:01 UTC (rev 14955)
@@ -34,8 +34,8 @@
                        <wicket:body />
                </div>
        </div>
-       <div id="footer">Created with Seam 2.0, JBoss EJB 3.0 and Apache 
Wicket</div>
+       <div id="footer">Created with Seam 2.3, JBoss EJB 3 and Apache 
Wicket</div>
 </div>
 </body>
 </html>
-</wicket:border>
\ No newline at end of file
+</wicket:border>

Modified: branches/community/Seam_2_3/jboss-seam-wicket/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-wicket/pom.xml       2012-06-26 
13:46:21 UTC (rev 14954)
+++ branches/community/Seam_2_3/jboss-seam-wicket/pom.xml       2012-06-27 
15:14:01 UTC (rev 14955)
@@ -45,18 +45,18 @@
                        <optional>true</optional>
                </dependency>
 
-               <dependency>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>slf4j-log4j12</artifactId>
-                       <optional>true</optional>
-                       <version>1.4.2</version>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>log4j</groupId>
-                                       <artifactId>log4j</artifactId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
+<!--           <dependency> -->
+<!--                   <groupId>org.slf4j</groupId> -->
+<!--                   <artifactId>slf4j-log4j12</artifactId> -->
+<!--                   <optional>true</optional> -->
+<!--                   <version>1.5.8</version> -->
+<!--                   <exclusions> -->
+<!--                           <exclusion> -->
+<!--                                   <groupId>log4j</groupId> -->
+<!--                                   <artifactId>log4j</artifactId> -->
+<!--                           </exclusion> -->
+<!--                   </exclusions> -->
+<!--           </dependency> -->
 
                <dependency>
                        <groupId>org.jboss.spec.javax.servlet</groupId>
@@ -64,17 +64,16 @@
                        <scope>provided</scope>
                </dependency>
 
-               <dependency>
-                       <groupId>org.hibernate</groupId>
-                       <artifactId>hibernate-validator</artifactId>
-                       <optional>true</optional>
-               </dependency>
+      <dependency>
+         <groupId>javax.validation</groupId>
+         <artifactId>validation-api</artifactId>
+      </dependency>
 
-               <dependency>
-                       <groupId>org.jboss.spec.javax.ejb</groupId>
-                       <artifactId>jboss-ejb-api_3.1_spec</artifactId>
-                       <scope>provided</scope>
-               </dependency>
+<!--           <dependency> -->
+<!--                   <groupId>org.jboss.spec.javax.ejb</groupId> -->
+<!--                   <artifactId>jboss-ejb-api_3.1_spec</artifactId> -->
+<!--                   <scope>provided</scope> -->
+<!--           </dependency> -->
                
                <dependency>
                        <groupId>org.apache.ant</groupId>

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to