Commit d2c8977f by guo_minglei@163.com

修改引用包名称

parent d66b0687
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>myth-job</groupId> <groupId>myth-job</groupId>
<artifactId>byit-myth-dto</artifactId> <artifactId>myth-dto-core</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
<groupId>myth-job</groupId> <groupId>myth-job</groupId>
<artifactId>myth-executor-plugin</artifactId> <artifactId>myth-executor-plugin</artifactId>
<dependencies> <dependencies>
<dependency> <dependency>
...@@ -46,6 +45,17 @@ ...@@ -46,6 +45,17 @@
</dependencies> </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> <build>
<finalName>${project.artifactId}</finalName> <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