Hello,
I use Maven to build my projects and I found that there are two kinds of spring jars with different maven artifactIds:
andCode:<groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>3.0.5.RELEASE</version>
What is the difference between them?Code:<groupId>org.springframework</groupId> <artifactId>org.springframework.beans</artifactId> <version>3.0.5.RELEASE</version>
Best regards,
Lars


Reply With Quote