updated code to support building against activiti repositories.

This commit is contained in:
Josh Long
2010-09-04 22:23:48 -07:00
parent 4e2d056786
commit a30bd927e8
3 changed files with 19 additions and 3 deletions

View File

@@ -410,6 +410,11 @@
</plugins>
</build>
<repositories>
<repository>
<id>activiti</id>
<name>Activiti.org site</name>
<url>http://maven.alfresco.com/nexus/content/repositories/activiti/</url>
</repository>
<repository>
<id>repository.springframework.maven.release</id>
<name>Spring Framework Maven Release Repository</name>

View File

@@ -91,12 +91,20 @@
<version>5.0.beta1</version>
</dependency>
</dependencies>
<build>
<build>
<!-- <plugins>
<plugin>
<groupId>com.springsource.bundlor</groupId>
<artifactId>com.springsource.bundlor.maven</artifactId>
</plugin>
</plugins> -->
</build>
</build>
<repositories>
<repository>
<id>activiti</id>
<name>Activiti.org site</name>
<url>http://maven.alfresco.com/nexus/content/repositories/activiti/</url>
</repository> </repositories>
</project>

View File

@@ -9,7 +9,10 @@ Import-Template:
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.scheduling.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.jivesoftware.*;version="[3.1.0, 4.0.0)",
org.springframework.transaction.*;version="[3.0.0, 4.0.0)",
org.activiti.engine.*;version="[5.0.0, 6.0.0)",
org.activiti.pvm.*;version="[5.0.0, 6.0.0)",
javax.*;version="0",
org.w3c.dom.*;version="0"