Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-16655

Can not fetch oracle dependencies

    XMLWordPrintable

Details

    Description

      It could fetch some time ago but now it can not. Btw, i can login and download oracle driver via browser with my username/password. Also It works properly on my local machine.

      Access denied to: https://maven.oracle.com/com/oracle/jdbc/ojdbc7/12.1.0.2/ojdbc7-12.1.0.2.pom , ReasonPhrase:Forbidden.

      It is added in setting.xml at root of project folder.

      #!xml
      
       <servers>
              <server>
                  <id>maven.oracle.com</id>
                  <username>{myusername}</username>
                  <password>{mypass}</password>
                  <configuration>
                      <basicAuthScope>
                          <host>ANY</host>
                          <port>ANY</port>
                          <realm>OAM 11g</realm>
                      </basicAuthScope>
                      <httpConfiguration>
                          <all>
                              <params>
                                  <property>
                                      <name>http.protocol.allow-circular-redirects</name>
                                      <value>%b,true</value>
                                  </property>
                              </params>
                          </all>
                      </httpConfiguration>
                  </configuration>
              </server>
          </servers>
      

      Attachments

        Activity

          People

            rgomis Raul Gomis
            aab6a640e980 CEM YENİÇERİ
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: