lburgazzoli commented on issue #84: Fails to run build after install with javax.net.ssl.SSLProtocolException: handshake alert: unrecognized_name URL: https://github.com/apache/camel-k/issues/84#issuecomment-422320687 This is an example of the pom that is generated: ```xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.camel.k.integration</groupId> <artifactId>camel-k-integration</artifactId> <version>1.0.0</version> <dependencyManagement> <dependencies> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-bom</artifactId> <version>2.22.1</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-jvm</artifactId> <version>1.0.0</version> </dependency> </dependencies> </project> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services