配置 Nexus 仓库地址并移除 ojdbc6 依赖
This commit is contained in:
@@ -71,11 +71,6 @@
|
||||
<artifactId>mybatis-plus-boot-starter</artifactId>
|
||||
<version>${mybatis-plus-boot-starter.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ojdbc</groupId>
|
||||
<artifactId>ojdbc6</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
|
||||
5
pom.xml
5
pom.xml
@@ -35,14 +35,13 @@
|
||||
|
||||
|
||||
<distributionManagement>
|
||||
<!-- todo 自己搭建nexus仓库-->
|
||||
<repository>
|
||||
<id>releases</id>
|
||||
<url>http://nexus.xx.net.cn:8081/repository/releases/</url>
|
||||
<url>https://nexus.lnh2e.com/repository/maven-releases/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>snapshots</id>
|
||||
<url>http://nexus.xx.net.cn:8081/repository/snapshots/</url>
|
||||
<url>https://nexus.lnh2e.com/repository/maven-snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user