Hi Thiago,

thanks for the tips!
I looked at the dependency tree with m2e and didn't find anything obvious.
Could you take a look at the Pom to check if you see something?

Thanks you so much!


    4.0.0
    com.myapp
    myapp_webapp
    1.0-SNAPSHOT
    war
    tomplaygo_webapp Tapestry 5 Application
        
        
        
            org.apache.tapestry
            tapestry-hibernate
            ${tapestry-release-version}
        

    
      org.hibernate
      hibernate
      3.2.2.ga
    
    
    
      org.hibernate
      hibernate-annotations
      3.2.1.ga
    

    
      c3p0
      c3p0
      0.9.0
    
    
      geronimo-spec
      geronimo-spec-jta
      1.0-M1
      test
    

    
      mysql
      mysql-connector-java
      3.1.12
    


        
     
         org.apache.tapestry
         tapestry-yuicompressor
         ${tapestry-release-version}
     
 
         
                org.apache.tapestry
                tapestry-json
                5.3.1
         
             

        

        
        
            org.testng
            testng
            ${testng-release-version}
            test
        

        
            org.easymock
            easymock
            ${easymock-release-version}
            test
        

        
            org.apache.tapestry
            tapestry-test
            ${tapestry-release-version}
            test
        

        
        
            javax.servlet
            servlet-api
            ${servlet-api-release-version}
            provided
        

        
        
            org.apache.tapestry
            tapestry-javadoc
            ${tapestry-release-version}
            provided
        
        
                
        
        
            commons-httpclient
            commons-httpclient
            3.1
        

                
                      com.jax
                      jax_jaxb_api
                      1.0
                
                
                      com.jax
                      jax_jaxws_api
                      1.0
                

                
                      com.httpclient
                      http_client
                      4.0.1
                                        
                
                      com.httpclient
                      http_core
                      4.0.1
                                

        
                im4java
                im4java
                1.1.0
        
        
      
                      com.json
                      json_utils
                      1.0
                
        
        
        
    
        tomplaygo_webapp
        
            
                        
                            org.apache.maven.plugins
                            maven-compiler-plugin
                            
                                1.6
                                1.6
                            
                        

            
                org.apache.maven.plugins
                maven-surefire-plugin
                2.7.2
                
                    
                        Qa
                    
                
            

            
            
                org.mortbay.jetty
                maven-jetty-plugin
                6.1.16
                
                    
                    
                        
                        true
                    
                    
                        
                            tapestry.execution-mode
                            development
                        
                    
                
            
        
    

    

    

        
        
            apache-staging
            https://repository.apache.org/content/groups/staging/
        


        
            apache-snapshots
            http://repository.apache.org/snapshots/
        


                  
                    cedarsoft-thirdparty
                    http://maven.cedarsoft.com/content/repositories/thirdparty/
                  
        
        
        
                        maven2-repository.dev.java.net
                        Java.net Repository for Maven
                        http://download.java.net/maven/2/
                        
                        default
                        
                            false
                        
                        
                            true
                        
                 
                
                
                progs   
                http://maven.progs.be/m2repo    
            
        
        
            
                devlab722-repo
                http://nexus.devlab722.net/nexus/content/repositories/releases
                
                
                    false
                
            
        
            
                devlab722-snapshot-repo
                http://nexus.devlab722.net/nexus/content/repositories/snapshots
                
                
                    false
                
                    
        
    

    
        5.3
        2.5
        5.14.9
        3.0
    



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Unit-Test-and-HibernateSessionSource-tp5466828p5467658.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Reply via email to