4.0.0
    com.baeldung
    selenium-junit-testng
    0.0.1-SNAPSHOT
    
        com.baeldung
        parent-modules
        1.0.0-SNAPSHOT
    
    
        src
    
    
        
            live
            
                
                    
                        org.apache.maven.plugins
                        maven-surefire-plugin
                        ${maven-surefire-plugin.version}
                        
                            
                                **/*LiveTest.java
                            
                            false
                        
                    
                
            
        
    
    
        
            org.seleniumhq.selenium
            selenium-java
            ${selenium-java.version}
            
                
                    commons-logging
                    commons-logging
                
            
        
        
            org.testng
            testng
            ${testng.version}
        
        
            junit
            junit
            ${junit.version}
        
    
    
        6.10
        3.0.1