0 Replies Latest reply on Jan 19, 2012 12:26 PM by murthy516

    Adding JDK jars to maven repository of BPM console source code

    murthy516

      Hi All,

       

      I downloaded BPM console source code.I added my own JAVA class which is having imports from java.io package.Now,when I'm doing mvn clean insall It is unable to compile that class since it could not find required jars for classes like BufferedReader,FileReader which are imported in my own class.

       

      Now,my problem is how to add that JDK dependency jars in pom.xml of that project and to make succesful build with maven..Please help me and suggest

       

      Thanks