268269270271272273274275276277278
} } if ( StringUtils.isEmpty( result.getVersion() ) ) { throw new VersionResolutionException( result ); } } if ( cacheKey != null && metadata != null && isSafelyCacheable( session, artifact ) ) {
247248249250251252253254255256257
282283284285286287288289290291292
244245246247248249250251252253254
242243244245246247248249250251252
} } if ( StringUtils.isEmpty( result.getVersion() ) ) { throw new VersionResolutionException( result ); } } if ( cacheKey != null && metadata != null ) {
248249250251252253254255256257258
150151152153154155156157158159
} } if ( StringUtils.isEmpty(result.getVersion()) ) { throw new VersionResolutionException( result ); } return result; }