Commit 99c41e9d by hy

fix maven local installation problem

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