Committed by
Gerrit Code Review
ONOS-3704: Cleaning up the utils/thirdparty pom file to remove overlapping class warnings
during the build. Change-Id: Ic943baece6060cfde277ad03d1a21d9c54091128
Showing
1 changed file
with
19 additions
and
7 deletions
| ... | @@ -101,16 +101,28 @@ | ... | @@ -101,16 +101,28 @@ |
| 101 | 101 | ||
| 102 | <filter> | 102 | <filter> |
| 103 | <artifact>org.onosproject:copycat*</artifact> | 103 | <artifact>org.onosproject:copycat*</artifact> |
| 104 | - <includes> | 104 | + <includes> |
| 105 | - <include>**</include> | 105 | + <include>**</include> |
| 106 | - </includes> | 106 | + </includes> |
| 107 | + <excludes> | ||
| 108 | + <exclude>net/kuujo/copycat/**</exclude> | ||
| 109 | + </excludes> | ||
| 107 | </filter> | 110 | </filter> |
| 108 | 111 | ||
| 109 | <filter> | 112 | <filter> |
| 110 | - <artifact>io.atomix:atomix-all</artifact> | 113 | + <artifact>org.onosproject</artifact> |
| 111 | - <includes> | 114 | + <excludes> |
| 112 | - <include>**</include> | 115 | + <exclude>org/apache/commons/io/**</exclude> |
| 113 | - </includes> | 116 | + <exclude>io/atomix/**</exclude> |
| 117 | + <exclude>com/googlecode/concurrenttrees/**</exclude> | ||
| 118 | + </excludes> | ||
| 119 | + </filter> | ||
| 120 | + | ||
| 121 | + <filter> | ||
| 122 | + <artifact>io.atomix:atomix-resource-manager</artifact> | ||
| 123 | + <excludes> | ||
| 124 | + <exclude>io/atomix/resource/**</exclude> | ||
| 125 | + </excludes> | ||
| 114 | </filter> | 126 | </filter> |
| 115 | 127 | ||
| 116 | </filters> | 128 | </filters> | ... | ... |
-
Please register or login to post a comment