Fix missing dependency error in js plugin archetype
Change-Id: I060603fc2a7e36e598b69cf6b98c24f5139b1fe6 Signed-off-by: Dariusz Luksza <dariusz@luksza.org>
This commit is contained in:
@@ -97,7 +97,7 @@ limitations under the License.
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.gerrit</groupId>
|
<groupId>com.google.gerrit</groupId>
|
||||||
<artifactId>gerrit-${Gerrit-ApiType}-api</artifactId>
|
<artifactId>gerrit-extension-api</artifactId>
|
||||||
<version>${Gerrit-ApiVersion}</version>
|
<version>${Gerrit-ApiVersion}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
Reference in New Issue
Block a user