Skip to content

Commit

Permalink
KEYCLOAK-7711 Remove nsp from product build pom
Browse files Browse the repository at this point in the history
Missed this in the fix for KEYCLOAK-7684, same thing but the pom. I've actually
tried a local build this time, and it works, so this should be the last fix.
  • Loading branch information
ASzc committed Jun 25, 2018
1 parent d8b40dd commit 214d576
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
<file>${project.basedir}/../package.json</file>
<properties>
<version.js.phantomjs>$.devDependencies.phantomjs-prebuilt</version.js.phantomjs>
<version.js.nsp>$.devDependencies.nsp</version.js.nsp>
</properties>
</configuration>
</execution>
Expand Down Expand Up @@ -161,16 +160,6 @@
<npmVersion>${version.js.npm}</npmVersion>
</configuration>
</execution>
<execution>
<id>npm-install-nsp</id>
<goals>
<goal>npm</goal>
</goals>
<phase>compile</phase>
<configuration>
<arguments>install nsp@${version.js.nsp} --no-shrinkwrap</arguments>
</configuration>
</execution>
<execution>
<id>npm-install-phantomjs</id>
<goals>
Expand Down

0 comments on commit 214d576

Please sign in to comment.