Зависимость:
<dependency>
<groupId>org.apache.ibatis</groupId>
<artifactId>ibatis-common</artifactId>
<version>2.0</version>
<scope>main</scope>
</dependency>
, и я получаю следующую ошибку.Там написано: Unable to find resource 'org.apache.ibatis:ibatis-common:jar:2.0' in repository central (http://repo1.maven.org/maven2)
Поэтому я попытался установить его с помощью команды, но все равно получаю следующую ошибку.Может ли какое-нибудь тело помочь мне?
Отсутствует:
1) org.apache.ibatis:ibatis-common:jar:2.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.ibatis -DartifactId=ibatis-common -Dversion=2.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.ibatis -DartifactId=ibatis-common -Dversion=2.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) sonatype:Struts2OfficeExpenses:war:1.0-SNAPSHOT
2) org.apache.ibatis:ibatis-common:jar:2.0
----------
1 required artifact is missing.
for artifact:
sonatype:Struts2OfficeExpenses:war:1.0-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2)