Revert "dependency on engine.io-client 0.2.3-SNAPSHOT"
This reverts commit dc84ff9597.
This commit is contained in:
44
pom.xml
44
pom.xml
@@ -57,7 +57,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.nkzawa</groupId>
|
<groupId>com.github.nkzawa</groupId>
|
||||||
<artifactId>engine.io-client</artifactId>
|
<artifactId>engine.io-client</artifactId>
|
||||||
<version>0.2.3-SNAPSHOT</version>
|
<version>0.2.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.json</groupId>
|
<groupId>org.json</groupId>
|
||||||
@@ -123,27 +123,27 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!--<plugin>-->
|
<plugin>
|
||||||
<!--<groupId>org.codehaus.mojo</groupId>-->
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<!--<artifactId>exec-maven-plugin</artifactId>-->
|
<artifactId>exec-maven-plugin</artifactId>
|
||||||
<!--<version>1.2.1</version>-->
|
<version>1.2.1</version>
|
||||||
<!--<executions>-->
|
<executions>
|
||||||
<!--<execution>-->
|
<execution>
|
||||||
<!--<id>npm-install</id>-->
|
<id>npm-install</id>
|
||||||
<!--<phase>process-test-resources</phase>-->
|
<phase>process-test-resources</phase>
|
||||||
<!--<goals>-->
|
<goals>
|
||||||
<!--<goal>exec</goal>-->
|
<goal>exec</goal>
|
||||||
<!--</goals>-->
|
</goals>
|
||||||
<!--<configuration>-->
|
<configuration>
|
||||||
<!--<workingDirectory>./src/test/resources</workingDirectory>-->
|
<workingDirectory>./src/test/resources</workingDirectory>
|
||||||
<!--<executable>npm</executable>-->
|
<executable>npm</executable>
|
||||||
<!--<arguments>-->
|
<arguments>
|
||||||
<!--<argument>install</argument>-->
|
<argument>install</argument>
|
||||||
<!--</arguments>-->
|
</arguments>
|
||||||
<!--</configuration>-->
|
</configuration>
|
||||||
<!--</execution>-->
|
</execution>
|
||||||
<!--</executions>-->
|
</executions>
|
||||||
<!--</plugin>-->
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.github</groupId>
|
<groupId>com.github.github</groupId>
|
||||||
<artifactId>site-maven-plugin</artifactId>
|
<artifactId>site-maven-plugin</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user