Note that there are some explanatory texts on larger screens.

plurals
  1. POcom.springsource.org.hibernate maven artifact jar file download failed
    primarykey
    data
    text
    <p>I added SpringSource repositories in my pom.xml as follows:</p> <pre><code>&lt;repositories&gt; &lt;repository&gt; &lt;id&gt;com.springsource.repository.bundles.release&lt;/id&gt; &lt;name&gt;SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases&lt;/name&gt; &lt;url&gt;http://repository.springsource.com/maven/bundles/release&lt;/url&gt; &lt;/repository&gt; &lt;repository&gt; &lt;id&gt;com.springsource.repository.bundles.external&lt;/id&gt; &lt;name&gt;SpringSource Enterprise Bundle Repository - External Bundle Releases&lt;/name&gt; &lt;url&gt;http://repository.springsource.com/maven/bundles/external&lt;/url&gt; &lt;/repository&gt; &lt;repository&gt; &lt;id&gt;com.springsource.repository.libraries.release&lt;/id&gt; &lt;name&gt;SpringSource Enterprise Bundle Repository - SpringSource Library Releases&lt;/name&gt; &lt;url&gt;http://repository.springsource.com/maven/libraries/release&lt;/url&gt; &lt;/repository&gt; &lt;repository&gt; &lt;id&gt;com.springsource.repository.libraries.external&lt;/id&gt; &lt;name&gt;SpringSource Enterprise Bundle Repository - External Library Releases&lt;/name&gt; &lt;url&gt;http://repository.springsource.com/maven/libraries/external&lt;/url&gt; &lt;/repository&gt; &lt;/repositories&gt; </code></pre> <p>I tried to add all versions of it as follows:</p> <pre><code> &lt;dependency&gt; &lt;groupId&gt;org.hibernate&lt;/groupId&gt; &lt;artifactId&gt;com.springsource.org.hibernate&lt;/artifactId&gt; &lt;version&gt;4.1.0.Final&lt;/version&gt; &lt;!-- &lt;version&gt;4.0.1.Final&lt;/version&gt; &lt;version&gt;4.0.0.CR4&lt;/version&gt; &lt;version&gt;3.3.2.GA&lt;/version&gt; &lt;version&gt;3.3.1.GA&lt;/version&gt; &lt;version&gt;3.2.6.ga&lt;/version&gt; --&gt; &lt;/dependency&gt; </code></pre> <p>But all failed.</p> <p>In Maven Dependencies, its jar didn't appear.</p> <p>I checked .m2 directory and there were the only files as follows:</p> <pre><code>_maven.repositories com.springsource.org.hibernate-4.1.0.Final.pom.lastUpdated com.springsource.org.hibernate-4.1.0.Final.pom com.springsource.org.hibernate-4.1.0.Final.pom.sha1 </code></pre> <p>I tried to download after deleting the whole directory several times.</p> <p>Suddenly it's working now.</p> <p>What am I missing? What was my fault?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload