I am trying to execute an apex application consisting of an operator which uses the malhar library for generating random strings. Even though I have included the malhar-library dependency in my pom.xml file I am getting the following error on the mvn clean package -DSkipTests command
package org.apache.apex.malhar.lib does not exist
The build error may be caused by a reference to a class that does not exist in the malhar-library version that you are using. To generate a working Maven project, use the following:
For more information, please see: https://github.com/apache/apex-core/blob/master/docs/application_packages.md#using-command-line