Commit d2c8977f by guo_minglei@163.com

修改引用包名称

parent d66b0687
......@@ -71,7 +71,7 @@
</dependency>
<dependency>
<groupId>myth-job</groupId>
<artifactId>byit-myth-dto</artifactId>
<artifactId>myth-dto-core</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
......
......@@ -12,7 +12,6 @@
<groupId>myth-job</groupId>
<artifactId>myth-executor-plugin</artifactId>
<dependencies>
<dependency>
......@@ -46,6 +45,17 @@
</dependencies>
<distributionManagement>
<repository>
<id>releases</id>
<url>http://10.0.120.2/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<url>http://10.0.120.2/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
<build>
<finalName>${project.artifactId}</finalName>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment