Не удается найти родителя: org.sonatype, атмосфера-проект - PullRequest
0 голосов
/ 20 декабря 2018

Maven вернул эту ошибку

Причина: не удается найти родителя: org.sonatype.oss: родительский номер oss для проекта: org.atmosphere: атмосфера-проект: pom: 0.8.4 для проекта org.atmosphere: атмосфера-проект: pom: 0.8.4

мой файл pom

<dependency>
                <groupId>org.atmosphere</groupId>
                <artifactId>atmosphere-runtime</artifactId>
                <version>0.8.4</version>
                <type>bundle</type>
            </dependency>

            <dependency>
                <groupId>org.atmosphere</groupId>
                <artifactId>atmosphere-project</artifactId>
                <version>0.8.4</version>
                <type>bundle</type>
            </dependency>


<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
  <!-- localRepository
   | The path to the local repository maven will use to store artifacts.
   |
   | Default: ${user.home}/.m2/repository
  <localRepository>/path/to/local/repo</localRepository>
  -->
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...