Use the org.springframework groupId
This commit is contained in:
parent
719d3af879
commit
377ad7fa2a
|
@ -37,7 +37,7 @@
|
|||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>springframework</groupId>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-hibernate3</artifactId>
|
||||
<version>2.0-m2</version>
|
||||
<type>jar</type>
|
||||
|
|
|
@ -263,7 +263,7 @@
|
|||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>springframework</groupId>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring</artifactId>
|
||||
<version>2.0-m2</version>
|
||||
<type>jar</type>
|
||||
|
@ -273,7 +273,7 @@
|
|||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>springframework</groupId>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-mock</artifactId>
|
||||
<version>2.0-m2</version>
|
||||
<type>jar</type>
|
||||
|
|
Loading…
Reference in New Issue