Committed by
Gerrit Code Review
Fixed duplicate dependency in incubator/net/pom.xml
Change-Id: I8afff7afebe7bf22af7a8c3ff9ec1c0c9dbff861
Showing
1 changed file
with
0 additions
and
8 deletions
| ... | @@ -56,14 +56,6 @@ | ... | @@ -56,14 +56,6 @@ |
| 56 | </dependency> | 56 | </dependency> |
| 57 | 57 | ||
| 58 | <dependency> | 58 | <dependency> |
| 59 | - <groupId>org.onosproject</groupId> | ||
| 60 | - <artifactId>onos-core-common</artifactId> | ||
| 61 | - <version>${project.version}</version> | ||
| 62 | - <classifier>tests</classifier> | ||
| 63 | - <scope>test</scope> | ||
| 64 | - </dependency> | ||
| 65 | - | ||
| 66 | - <dependency> | ||
| 67 | <groupId>org.easymock</groupId> | 59 | <groupId>org.easymock</groupId> |
| 68 | <artifactId>easymock</artifactId> | 60 | <artifactId>easymock</artifactId> |
| 69 | <scope>test</scope> | 61 | <scope>test</scope> | ... | ... |
-
Please register or login to post a comment