Skip to content

Commit 45607f7

Browse files
committed
pom.xml
pom.xml
1 parent 334bcdb commit 45607f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-profile/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,11 @@
4242
<artifactId>spring-context-support</artifactId>
4343
<version>${org.springframework.version}</version>
4444
</dependency>
45+
<dependency>
46+
<groupId>cglib</groupId>
47+
<artifactId>cglib-nodep</artifactId>
48+
<version>2.2</version>
49+
<scope>compile</scope>
50+
</dependency>
4551
</dependencies>
4652
</project>

0 commit comments

Comments
 (0)