소스 검색

Change spring-aop dep to compile scope in contacts sample

Luke Taylor 15 년 전
부모
커밋
2f40088fe7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      samples/contacts/pom.xml

+ 0 - 1
samples/contacts/pom.xml

@@ -43,7 +43,6 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-aop</artifactId>
-            <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>