using cfr dependency from upstream mvn repository (#751)

pull/755/head
netroby 6 years ago committed by hengyunabc
parent f679b72188
commit 54e4d0424a

@ -10,14 +10,6 @@
<artifactId>arthas-core</artifactId> <artifactId>arthas-core</artifactId>
<name>arthas-core</name> <name>arthas-core</name>
<repositories>
<repository>
<id>in-project</id>
<name>In Project Repo</name>
<url>file://${project.basedir}/../lib</url>
</repository>
</repositories>
<build> <build>
<finalName>arthas-core</finalName> <finalName>arthas-core</finalName>
<plugins> <plugins>

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.benf</groupId>
<artifactId>cfr</artifactId>
<version>0.132</version>
</project>
Loading…
Cancel
Save