|
4 | 4 | <modelVersion>4.0.0</modelVersion>
|
5 | 5 | <groupId>net.csdn</groupId>
|
6 | 6 | <artifactId>ServiceFramework</artifactId>
|
7 |
| - <version>1.3.1-SNAPSHOT</version> |
| 7 | + <version>1.3.2-SNAPSHOT-9.2.16</version> |
8 | 8 |
|
9 | 9 | <licenses>
|
10 | 10 | <license>
|
|
14 | 14 | </license>
|
15 | 15 | </licenses>
|
16 | 16 |
|
| 17 | + <properties> |
| 18 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 19 | + <scala.version>2.10.3</scala.version> |
| 20 | + <!--9.2.16.v20160414/7.2.2.v20101205/8.0.4.v20111024--> |
| 21 | + <jetty.version>9.2.16.v20160414</jetty.version> |
| 22 | + </properties> |
| 23 | + |
17 | 24 |
|
18 | 25 | <dependencies>
|
19 | 26 | <dependency>
|
|
45 | 52 | <dependency>
|
46 | 53 | <groupId>org.eclipse.jetty</groupId>
|
47 | 54 | <artifactId>jetty-server</artifactId>
|
48 |
| - <version>7.2.2.v20101205</version> |
| 55 | + <version>${jetty.version}</version> |
49 | 56 | </dependency>
|
50 | 57 | <dependency>
|
51 | 58 | <groupId>org.eclipse.jetty</groupId>
|
52 | 59 | <artifactId>jetty-continuation</artifactId>
|
53 |
| - <version>7.2.2.v20101205</version> |
| 60 | + <version>${jetty.version}</version> |
54 | 61 | </dependency>
|
55 | 62 |
|
56 | 63 | <dependency>
|
57 | 64 | <groupId>org.eclipse.jetty</groupId>
|
58 | 65 | <artifactId>jetty-io</artifactId>
|
59 |
| - <version>7.2.2.v20101205</version> |
| 66 | + <version>${jetty.version}</version> |
60 | 67 | </dependency>
|
61 | 68 | <dependency>
|
62 | 69 | <groupId>org.eclipse.jetty</groupId>
|
63 | 70 | <artifactId>jetty-http</artifactId>
|
64 |
| - <version>7.2.2.v20101205</version> |
| 71 | + <version>${jetty.version}</version> |
65 | 72 | </dependency>
|
66 | 73 | <dependency>
|
67 | 74 | <groupId>org.eclipse.jetty</groupId>
|
68 | 75 | <artifactId>jetty-util</artifactId>
|
69 |
| - <version>7.2.2.v20101205</version> |
| 76 | + <version>${jetty.version}</version> |
| 77 | + </dependency> |
| 78 | + |
| 79 | + <dependency> |
| 80 | + <groupId>org.eclipse.jetty</groupId> |
| 81 | + <artifactId>jetty-servlet</artifactId> |
| 82 | + <version>${jetty.version}</version> |
70 | 83 | </dependency>
|
| 84 | + |
| 85 | + |
71 | 86 | <dependency>
|
72 | 87 | <groupId>org.apache.velocity</groupId>
|
73 | 88 | <artifactId>velocity</artifactId>
|
|
101 | 116 | <dependency>
|
102 | 117 | <groupId>org.scala-lang</groupId>
|
103 | 118 | <artifactId>jline</artifactId>
|
104 |
| - <version>2.10.3</version> |
| 119 | + <version>${scala.version}</version> |
105 | 120 | </dependency>
|
106 | 121 |
|
107 | 122 | <dependency>
|
|
114 | 129 | <groupId>com.101tec</groupId>
|
115 | 130 | <artifactId>zkclient</artifactId>
|
116 | 131 | <version>0.5</version>
|
| 132 | + <scope>provided</scope> |
117 | 133 | </dependency>
|
118 |
| - <dependency> |
119 |
| - <groupId>org.eclipse.jetty</groupId> |
120 |
| - <artifactId>jetty-servlet</artifactId> |
121 |
| - <version>9.2.8.v20150217</version> |
122 |
| - </dependency> |
| 134 | + |
123 | 135 |
|
124 | 136 | </dependencies>
|
125 | 137 |
|
|
145 | 157 | <target>1.6</target>
|
146 | 158 | <compilerArgument>-g</compilerArgument>
|
147 | 159 | <verbose>true</verbose>
|
148 |
| - <encoding>UTF-8</encoding> |
| 160 | + <encoding>UTF-8</encoding> |
149 | 161 | </configuration>
|
150 | 162 |
|
151 | 163 | </plugin>
|
|
196 | 208 | </plugin>
|
197 | 209 | </plugins>
|
198 | 210 | </build>
|
| 211 | + <distributionManagement> |
| 212 | + <repository> |
| 213 | + <id>releases</id> |
| 214 | + <name>releases</name> |
| 215 | + <url>http://mvn.letv.com/nexus/content/repositories/releases/</url> |
| 216 | + </repository> |
| 217 | + <snapshotRepository> |
| 218 | + <id>snapshots</id> |
| 219 | + <url>http://mvn.letv.com/nexus/content/repositories/snapshots</url> |
| 220 | + </snapshotRepository> |
| 221 | + </distributionManagement> |
199 | 222 |
|
200 | 223 | </project>
|
0 commit comments