[webbeans-commits] Webbeans SVN: r2040 - in examples/trunk: conversations and 1 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Mar 16 09:18:30 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-16 09:18:30 -0400 (Mon, 16 Mar 2009)
New Revision: 2040

Modified:
   examples/trunk/conversations/pom.xml
   examples/trunk/conversations/src/main/java/org/jboss/webbeans/examples/conversations/Conversations.java
   examples/trunk/pom.xml
Log:
fix deps

Modified: examples/trunk/conversations/pom.xml
===================================================================
--- examples/trunk/conversations/pom.xml	2009-03-16 13:16:45 UTC (rev 2039)
+++ examples/trunk/conversations/pom.xml	2009-03-16 13:18:30 UTC (rev 2040)
@@ -39,11 +39,17 @@
 
       <dependency>
          <groupId>org.jboss.webbeans</groupId>
-         <artifactId>webbeans-core</artifactId>
+         <artifactId>webbeans-api</artifactId>
          <scope>provided</scope>
       </dependency>
       
       <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>webbeans-logging</artifactId>
+         <scope>provided</scope>
+      </dependency>
+      
+      <dependency>
          <groupId>javax.faces</groupId>
          <artifactId>jsf-api</artifactId>
          <scope>provided</scope>

Modified: examples/trunk/conversations/src/main/java/org/jboss/webbeans/examples/conversations/Conversations.java
===================================================================
--- examples/trunk/conversations/src/main/java/org/jboss/webbeans/examples/conversations/Conversations.java	2009-03-16 13:16:45 UTC (rev 2039)
+++ examples/trunk/conversations/src/main/java/org/jboss/webbeans/examples/conversations/Conversations.java	2009-03-16 13:18:30 UTC (rev 2040)
@@ -12,8 +12,8 @@
 import javax.inject.Produces;
 
 import org.jboss.webbeans.conversation.ConversationIdGenerator;
+import org.jboss.webbeans.conversation.ConversationInactivityTimeout;
 import org.jboss.webbeans.conversation.ConversationManager;
-import org.jboss.webbeans.conversation.bindings.ConversationInactivityTimeout;
 
 
 @SessionScoped

Modified: examples/trunk/pom.xml
===================================================================
--- examples/trunk/pom.xml	2009-03-16 13:16:45 UTC (rev 2039)
+++ examples/trunk/pom.xml	2009-03-16 13:18:30 UTC (rev 2040)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.jboss.webbeans</groupId>
       <artifactId>webbeans-version-matrix</artifactId>
-      <version>1.0.0.BETA1</version>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
    <groupId>org.jboss.webbeans.examples</groupId>
    <artifactId>parent</artifactId>




More information about the weld-commits mailing list