166167168169170171172173174175176
map.put( lib.name, lib.version ); } Map m = metadata.getMap(); m.put( "dependencies", map ); try { metadata.save(); } catch ( IOException ex ) { Exceptions.printStackTrace( ex ); } } else { System.out.println( "project metadata was null" );