소스 검색

Update pom.xml

Git-Leon 7 년 전
부모
커밋
f2bf29715f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml 파일 보기

18
     <dependency>
18
     <dependency>
19
       <groupId>junit</groupId>
19
       <groupId>junit</groupId>
20
       <artifactId>junit</artifactId>
20
       <artifactId>junit</artifactId>
21
-      <version>3.8.1</version>
21
+      <version>4.12</version>
22
       <scope>test</scope>
22
       <scope>test</scope>
23
     </dependency>
23
     </dependency>
24
   </dependencies>
24
   </dependencies>