BATCH-1950: Patch up build
* Ensure bundlor is available and remove from sample * Tidy dependencies in some poms * Update some template.mf dependencies * Add .travis.yml for automated builds independent of bamboo
This commit is contained in:
committed by
Michael Minella
parent
bc9ee74a25
commit
5c2a78130d
8
pom.xml
8
pom.xml
@@ -651,5 +651,13 @@
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>com.springsource.repository.bundles.release</id>
|
||||
<name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name>
|
||||
<url>http://repository.springsource.com/maven/bundles/release/</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user