updated code to support building against activiti repositories.
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user