|
|
|
@ -15,6 +15,7 @@
@@ -15,6 +15,7 @@
|
|
|
|
|
<conf name="aspectj" extends="runtime" description="JARs needed to run with AspectJ"/> |
|
|
|
|
<conf name="tx" extends="runtime" description="JARs needed to run transactional aspects"/> |
|
|
|
|
<conf name="orm" extends="runtime" description="JARs needed to compile JPA aspects"/> |
|
|
|
|
<conf name="cache" extends="runtime" description="JARs needed to compile caching aspects"/> |
|
|
|
|
</configurations> |
|
|
|
|
|
|
|
|
|
<publications> |
|
|
|
@ -32,7 +33,7 @@
@@ -32,7 +33,7 @@
|
|
|
|
|
<dependency org="org.springframework" name="org.springframework.orm" rev="latest.integration" conf="optional, orm->compile"/> |
|
|
|
|
<dependency org="org.springframework" name="org.springframework.test" rev="latest.integration" conf="test->runtime"/> |
|
|
|
|
<dependency org="org.springframework" name="org.springframework.context" rev="latest.integration" conf="test->runtime"/> |
|
|
|
|
<dependency org="org.springframework" name="org.springframework.context.support" rev="latest.integration" conf="test->runtime"/> |
|
|
|
|
<dependency org="org.springframework" name="org.springframework.context.support" rev="latest.integration" conf="optional, cache->compile"/> |
|
|
|
|
<dependency org="javax.persistence" name="com.springsource.javax.persistence" rev="1.0.0" conf="optional, orm->compile"/> |
|
|
|
|
<dependency org="org.junit" name="com.springsource.org.junit" rev="${org.junit.version}" conf="test->compile"/> |
|
|
|
|
<dependency org="javax.mail" name="com.springsource.javax.mail" rev="1.4.0" conf="optional, test->compile"/> |
|
|
|
|