We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compile("net.sf.jtidy:jtidy:")
Fails to resolve, probably because the latest version number is r938, not really a semantic version.
r938
Additionally, I have a pom in my local maven repo that was generated by Gradle, with the following dependencies:
<dependencies> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.2+</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.axis</groupId> <artifactId>axis</artifactId> <version>+</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4+</version> <scope>compile</scope> </dependency> <dependency> <groupId>crimson</groupId> <artifactId>crimson</artifactId> <version>+</version> <scope>compile</scope> </dependency> <dependency> <groupId>axis</groupId> <artifactId>axis-wsdl4j</artifactId> <version>1.5+</version> <scope>compile</scope> </dependency> <dependency> <groupId>axis</groupId> <artifactId>axis-jaxrpc</artifactId> <version>1.4+</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.objecthunter</groupId> <artifactId>exp4j</artifactId> <version>0.4+</version> <scope>compile</scope> </dependency> <dependency> <groupId>xmlwriter</groupId> <artifactId>xmlwriter</artifactId> <version>2.2.2</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>+</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId> <version>+</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.9.12</version> <scope>test</scope> </dependency> </dependencies>
Kobalt is unable to resolve the dependencies that have a + in the version.
+
version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fails to resolve, probably because the latest version number is
r938
, not really a semantic version.Additionally, I have a pom in my local maven repo that was generated by Gradle, with the following dependencies:
Kobalt is unable to resolve the dependencies that have a
+
in theversion
.The text was updated successfully, but these errors were encountered: