Thanks for your response.
 I tried the hint from Woonsan.

If you are facing issues while maven-downloading the
"org.springframework:se-jcr:pom:0.9" artifact. 
you can add below repositories to pom.xml file.


        <repositories>
        
                <repository>
                        <id>com.springsource.repository.bundles.release</id>
                        <name>EBR Spring Release Repository</name>
                        
<url>http://repository.springsource.com/maven/bundles/release</url>
                </repository>
                <repository>
                        <id>com.springsource.repository.bundles.external</id>
                        <name>EBR External Release Repository</name>
                        
<url>http://repository.springsource.com/maven/bundles/external</url>
                </repository>
                
                <!--  
                <repository>
                        <id>org.jboss.repository.maven</id>
                        <url>http://repository.jboss.org/maven2</url>
                        <snapshots><enabled>false</enabled></snapshots>
                </repository>
                -->
        </repositories>



-----
Regards
Pradeep Kudale
-- 
View this message in context: 
http://jackrabbit.510166.n4.nabble.com/OCM-Not-able-to-get-the-list-of-nodes-added-in-current-session-tp2076858p2125112.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to