|
@@ -34,18 +34,13 @@
|
|
|
<artifactId>jstl</artifactId>
|
|
<artifactId>jstl</artifactId>
|
|
|
<version>1.2</version>
|
|
<version>1.2</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- <!-- service -->
|
|
|
|
|
|
|
+ <!-- sdk -->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.zheng</groupId>
|
|
<groupId>com.zheng</groupId>
|
|
|
<artifactId>zheng-oss-sdk</artifactId>
|
|
<artifactId>zheng-oss-sdk</artifactId>
|
|
|
<version>1.0.0</version>
|
|
<version>1.0.0</version>
|
|
|
<type>jar</type>
|
|
<type>jar</type>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.mortbay.jetty</groupId>
|
|
|
|
|
- <artifactId>jetty-maven-plugin</artifactId>
|
|
|
|
|
- <version>8.1.16.v20140903</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
|
|
<profiles>
|
|
<profiles>
|
|
@@ -88,11 +83,12 @@
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
<artifactId>jetty-maven-plugin</artifactId>
|
|
<artifactId>jetty-maven-plugin</artifactId>
|
|
|
- <version>9.0.0.v20130308</version>
|
|
|
|
|
|
|
+ <!--<version>9.0.0.v20130308</version>-->
|
|
|
|
|
+ <version>9.2.7.v20150116</version>
|
|
|
<configuration>
|
|
<configuration>
|
|
|
<scanIntervalSeconds>3</scanIntervalSeconds>
|
|
<scanIntervalSeconds>3</scanIntervalSeconds>
|
|
|
<webApp>
|
|
<webApp>
|
|
|
- <contextPath>/zheng-oss-web</contextPath>
|
|
|
|
|
|
|
+ <contextPath>/</contextPath>
|
|
|
</webApp>
|
|
</webApp>
|
|
|
<httpConnector>
|
|
<httpConnector>
|
|
|
<port>7771</port>
|
|
<port>7771</port>
|