having the next error:

with version: '7.3.0' - all is OK
Yes I'm also experiencing this issue with many classes. There must be something wrong with the latest jar package.
And not only those, several libraries failed to import when updating to java-client 7.4.0 , also including org.openqa.selenium.remote.DesiredCapabilities
@andres-choco @headsvk @yavgel thanks for the report. Will definitely look at it today.
@headsvk @yavgel @andres-choco please add the below dependency explicitly as a temporary solution to solve this problem till we release a patch version. I'm checking on this and will add more details here soon.
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
<version>3.141.59</version>
</dependency>
@headsvk @yavgel @andres-choco please add the below dependency explicitly as a temporary solution to solve this problem till we release a patch version. I'm checking on this and will add more details here soon.
<dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-remote-driver</artifactId> <version>3.141.59</version> </dependency>
@SrinivasanTarget - it does not help for v7.4.0 and for v7.4.1
issue is still relevant
@yavgel could you please provide more details?