|
|
|
@ -19,7 +19,9 @@
@@ -19,7 +19,9 @@
|
|
|
|
|
</publications> |
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
<dependency org="com.oracle.toplink.essentials" name="com.springsource.oracle.toplink.essentials" rev="2.0.0.b41-beta2" conf="compile->compile"/> |
|
|
|
|
<dependency org="com.sun.syndication" name="com.springsource.com.sun.syndication" rev="0.9.0" conf="compile->compile"/> |
|
|
|
|
<dependency org="javax.persistence" name="com.springsource.javax.persistence" rev="1.0.0" conf="compile->compile"/> |
|
|
|
|
<dependency org="javax.servlet" name="com.springsource.javax.servlet" rev="2.5.0" conf="provided->runtime"/> |
|
|
|
|
<dependency org="javax.servlet" name="com.springsource.javax.servlet.jsp.jstl" rev="1.2.0" conf="compile->runtime"/> |
|
|
|
|
<dependency org="javax.xml.bind" name="com.springsource.javax.xml.bind" rev="2.1.7" conf="compile->runtime"/> |
|
|
|
@ -29,18 +31,19 @@
@@ -29,18 +31,19 @@
|
|
|
|
|
<dependency org="org.apache.openjpa" name="com.springsource.org.apache.openjpa" rev="1.1.0" conf="compile->compile"/> |
|
|
|
|
<dependency org="org.apache.taglibs" name="com.springsource.org.apache.taglibs.standard" rev="1.1.2" conf="compile->runtime"/> |
|
|
|
|
<dependency org="org.aspectj" name="com.springsource.org.aspectj.weaver" rev="1.6.2.RELEASE" conf="compile->compile"/> |
|
|
|
|
<dependency org="org.hibernate" name="com.springsource.org.hibernate" rev="3.3.1.GA" conf="compile->compile"/> |
|
|
|
|
<dependency org="org.hibernate" name="com.springsource.org.hibernate.ejb" rev="3.4.0.GA" conf="compile->compile"/> |
|
|
|
|
<dependency org="org.hsqldb" name="com.springsource.org.hsqldb" rev="1.8.0.9" conf="compile->runtime"/> |
|
|
|
|
<dependency org="org.slf4j" name="com.springsource.slf4j.jcl" rev="1.5.3" conf="compile->runtime"/> |
|
|
|
|
<dependency org="org.springframework" name="org.springframework.asm" rev="latest.integration" conf="compile->compile"/> |
|
|
|
|
<dependency org="org.springframework" name="org.springframework.orm" rev="latest.integration" conf="compile->compile"/> |
|
|
|
|
<dependency org="org.springframework" name="org.springframework.oxm" rev="latest.integration" conf="compile->compile"/> |
|
|
|
|
<dependency org="org.springframework" name="org.springframework.web.servlet" rev="latest.integration" conf="compile->compile"/> |
|
|
|
|
<dependency org="org.hsqldb" name="com.springsource.org.hsqldb" rev="1.8.0.9" conf="compile->runtime"/> |
|
|
|
|
<dependency org="javax.persistence" name="com.springsource.javax.persistence" rev="1.0.0" conf="compile->compile"/> |
|
|
|
|
<dependency org="org.hibernate" name="com.springsource.org.hibernate" rev="3.3.1.GA" conf="compile->compile"/> |
|
|
|
|
<dependency org="org.hibernate" name="com.springsource.org.hibernate.ejb" rev="3.4.0.GA" conf="compile->compile"/> |
|
|
|
|
<dependency org="com.oracle.toplink.essentials" name="com.springsource.oracle.toplink.essentials" rev="2.0.0.b41-beta2" conf="compile->compile"/> |
|
|
|
|
<!-- test dependencies --> |
|
|
|
|
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.5.0" conf="test->compile" /> |
|
|
|
|
<dependency org="org.springframework" name="org.springframework.test" rev="latest.integration" conf="test->compile"/> |
|
|
|
|
<dependency org="org.springframework" name="org.springframework.test" rev="latest.integration" conf="compile->compile"/> |
|
|
|
|
|
|
|
|
|
<!--dependency org="org.springframework" name="org.springframework.test" rev="latest.integration" conf="test->compile"/--> |
|
|
|
|
<dependency org="javax.transaction" name="com.springsource.javax.transaction" rev="1.1.0" conf="test->compile"/> |
|
|
|
|
<dependency org="org.hibernate" name="com.springsource.org.hibernate.annotations" rev="3.4.0.GA" conf="test->compile"/> |
|
|
|
|
|
|
|
|
|