Commit 99c41e9d by hy

fix maven local installation problem

parent 88d43cba
......@@ -27,9 +27,8 @@
<dependencies>
<dependency>
<groupId>com.hy.dataadapter</groupId>
<artifactId>dataadapter</artifactId>
<version>3.0-SNAPSHOT</version>
<groupId>com.tbyf.dataadapter</groupId>
<artifactId>dataadapter-core</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
......
......@@ -49,6 +49,12 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.tbyf.dataadapter</groupId>
<artifactId>dataadapter-core</artifactId>
<version>3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
......
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