307308309310311312313314315316317
} } if ( StringUtils.isEmpty( result.getVersion() ) ) { throw new VersionResolutionException( result ); } } if ( cacheKey != null && metadata != null && isSafelyCacheable( session, artifact ) ) {
308309310311312313314315316317318