|
25 | 25 | </plugin>
|
26 | 26 | <plugin>
|
27 | 27 | <artifactId>maven-failsafe-plugin</artifactId>
|
28 |
| - <version>2.18.1</version> |
| 28 | + <version>2.6</version> |
29 | 29 | <executions>
|
30 | 30 | <execution>
|
31 | 31 | <goals>
|
|
35 | 35 | </execution>
|
36 | 36 | </executions>
|
37 | 37 | </plugin>
|
38 |
| - <plugin> |
39 |
| - <groupId>org.eclipse.jetty</groupId> |
40 |
| - <artifactId>jetty-maven-plugin</artifactId> |
41 |
| - <version>${jetty-version}</version> |
42 |
| - <configuration> |
43 |
| - <webApp> |
44 |
| - <contextPath>/</contextPath> |
45 |
| - </webApp> |
46 |
| - <scanIntervalSeconds>10</scanIntervalSeconds> |
47 |
| - <stopKey>alpha</stopKey> |
48 |
| - <stopPort>9099</stopPort> |
49 |
| - <stopWait>2</stopWait> |
50 |
| - </configuration> |
51 |
| - <executions> |
52 |
| - <execution> |
53 |
| - <id>start-jetty</id> |
54 |
| - <phase>pre-integration-test</phase> |
55 |
| - <goals> |
56 |
| - <goal>start</goal> |
57 |
| - </goals> |
58 |
| - <configuration> |
59 |
| - <scanIntervalSeconds>0</scanIntervalSeconds> |
60 |
| - <daemon>true</daemon> |
61 |
| - </configuration> |
62 |
| - </execution> |
63 |
| - <execution> |
64 |
| - <id>stop-jetty</id> |
65 |
| - <phase>post-integration-test</phase> |
66 |
| - <goals> |
67 |
| - <goal>stop</goal> |
68 |
| - </goals> |
69 |
| - </execution> |
70 |
| - </executions> |
71 |
| - </plugin> |
72 | 38 | <plugin>
|
73 | 39 | <groupId>org.codehaus.mojo</groupId>
|
74 | 40 | <artifactId>build-helper-maven-plugin</artifactId>
|
|
97 | 63 | <groupId>javax</groupId>
|
98 | 64 | <artifactId>javaee-api</artifactId>
|
99 | 65 | <version>7.0</version>
|
| 66 | + <scope>provided</scope> |
100 | 67 | </dependency>
|
101 | 68 | <dependency>
|
102 | 69 | <groupId>io.swagger.core.v3</groupId>
|
|
112 | 79 | <groupId>javax.servlet</groupId>
|
113 | 80 | <artifactId>servlet-api</artifactId>
|
114 | 81 | <version>${servlet-api-version}</version>
|
| 82 | + <scope>provided</scope> |
115 | 83 | </dependency>
|
116 | 84 |
|
117 | 85 | <dependency>
|
118 | 86 | <groupId>org.jboss.resteasy</groupId>
|
119 | 87 | <artifactId>resteasy-jaxrs</artifactId>
|
120 | 88 | <version>${resteasy-version}</version>
|
121 |
| - </dependency> |
122 |
| - <dependency> |
123 |
| - <groupId>org.jboss.resteasy</groupId> |
124 |
| - <artifactId>resteasy-servlet-initializer</artifactId> |
125 |
| - <version>${resteasy-version}</version> |
| 89 | + <scope>provided</scope> |
126 | 90 | </dependency>
|
127 | 91 | <dependency>
|
128 | 92 | <groupId>org.jboss.resteasy</groupId>
|
|
133 | 97 | <groupId>org.jboss.resteasy</groupId>
|
134 | 98 | <artifactId>resteasy-validator-provider-11</artifactId>
|
135 | 99 | <version>${resteasy-version}</version>
|
| 100 | + <scope>provided</scope> |
136 | 101 | </dependency>
|
137 | 102 | <dependency>
|
138 | 103 | <groupId>org.jboss.resteasy</groupId>
|
139 | 104 | <artifactId>resteasy-multipart-provider</artifactId>
|
140 | 105 | <version>${resteasy-version}</version>
|
| 106 | + <scope>provided</scope> |
141 | 107 | </dependency>
|
142 | 108 | <dependency>
|
143 | 109 | <groupId>org.jboss.resteasy</groupId>
|
|
155 | 121 | <dependency>
|
156 | 122 | <groupId>com.fasterxml.jackson.datatype</groupId>
|
157 | 123 | <artifactId>jackson-datatype-joda</artifactId>
|
158 |
| - <version>2.6.3</version> |
| 124 | + <version>2.4.1</version> |
159 | 125 | </dependency>
|
160 | 126 | <dependency>
|
161 | 127 | <groupId>joda-time</groupId>
|
162 | 128 | <artifactId>joda-time</artifactId>
|
163 | 129 | <version>2.7</version>
|
164 | 130 | </dependency>
|
165 |
| - <dependency> |
166 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
167 |
| - <artifactId>jackson-databind</artifactId> |
168 |
| - <version>2.6.3</version> |
169 |
| - </dependency> |
170 |
| - <dependency> |
171 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
172 |
| - <artifactId>jackson-core</artifactId> |
173 |
| - <version>2.6.3</version> |
174 |
| - </dependency> |
175 |
| - <dependency> |
176 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
177 |
| - <artifactId>jackson-annotations</artifactId> |
178 |
| - <version>2.6.3</version> |
179 |
| - </dependency> |
180 | 131 | <dependency>
|
181 | 132 | <groupId>io.swagger.core.v3</groupId>
|
182 | 133 | <artifactId>swagger-jaxrs2</artifactId>
|
|
0 commit comments