Add exclude for stripes while the provided scope issue is sorted out
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936644 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6685387b21
commit
dd3e62f0d7
1 changed files with 6 additions and 0 deletions
|
@ -106,6 +106,12 @@
|
|||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-stripes</artifactId>
|
||||
<version>${pom.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>net.sourceforge.stripes</groupId>
|
||||
<artifactId>stripes</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
Loading…
Add table
Reference in a new issue