We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334bcdb commit 45607f7Copy full SHA for 45607f7
spring-profile/pom.xml
@@ -42,5 +42,11 @@
42
<artifactId>spring-context-support</artifactId>
43
<version>${org.springframework.version}</version>
44
</dependency>
45
+ <dependency>
46
+ <groupId>cglib</groupId>
47
+ <artifactId>cglib-nodep</artifactId>
48
+ <version>2.2</version>
49
+ <scope>compile</scope>
50
+ </dependency>
51
</dependencies>
52
</project>
0 commit comments