Karaf 2.3.2 spring core dependency (spring feature) not found -


the issue karaf 2.3.2 tries download "org.springframework.core" artifact fails, should download "spring-core" artifact karaf 2.2.7 does. in maven repo "spring-core" exist (http://repo1.maven.org/maven2/org/springframework/spring-core/). ideas why karaf 2.3.2 has unexisted "org.springframework.core" dependency instead of existing "spring-core" dependency? maybe repository (not maven standard) should used? version written here:http://central.maven.org/maven2/org/apache/karaf/assemblies/features/standard/2.3.2/standard-2.3.2-features.xml

i found how fix here (add spring repo): https://issues.apache.org/jira/browse/karaf-2430


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -