소스 검색

更新jar依赖问题

klboke 8 년 전
부모
커밋
362fa4b87e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      jodconverter-web/pom.xml

+ 2 - 2
jodconverter-web/pom.xml

@@ -49,7 +49,7 @@
         </dependency>
         <dependency>
             <groupId>com.yudianbank</groupId>
-            <artifactId>jodconverter</artifactId>
+            <artifactId>jodconverter-core</artifactId>
             <version>1.0-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
@@ -168,4 +168,4 @@
         </plugins>
     </build>
 
-</project>
+</project>