Committed by
Gerrit Code Review
yangutils: change onlab-junit dependency to 1.7.0
1.7.0-SNAPSHOT is no longer available on public repositories. Change-Id: Iedf7526e344d5ca65e0cdf14a57408817d599a8b
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -103,7 +103,7 @@ | ... | @@ -103,7 +103,7 @@ |
103 | <dependency> | 103 | <dependency> |
104 | <groupId>org.onosproject</groupId> | 104 | <groupId>org.onosproject</groupId> |
105 | <artifactId>onlab-junit</artifactId> | 105 | <artifactId>onlab-junit</artifactId> |
106 | - <version>1.7.0-SNAPSHOT</version> | 106 | + <version>1.7.0</version> |
107 | <scope>test</scope> | 107 | <scope>test</scope> |
108 | </dependency> | 108 | </dependency> |
109 | <dependency> | 109 | <dependency> | ... | ... |
-
Please register or login to post a comment