liangxuning 11/35111/1
authorliangxuning <liangxuning@boco.com.cn>
Mon, 12 Mar 2018 06:29:24 +0000 (14:29 +0800)
committerliangxuning <liangxuning@boco.com.cn>
Mon, 12 Mar 2018 06:30:36 +0000 (14:30 +0800)
Change-Id: I8f183c86e030152b51f6668cf4e5cfff3db1ee85
Issue-ID: VFC-742
Signed-off-by: liangxuning <liangxuning@boco.com.cn>
modified:   ems/boco/pom.xml

ems/boco/pom.xml

index fb96d3d..d0b10a3 100644 (file)
        <dependency>
           <groupId>io.dropwizard</groupId>
           <artifactId>dropwizard-core</artifactId>
-          <version>1.0.6</version>
+          <version>1.2.3</version>
        </dependency>
        <dependency>
         <groupId>io.dropwizard</groupId>
         <artifactId>dropwizard-assets</artifactId>
-        <version>1.0.5</version>
+        <version>1.2.3</version>
     </dependency>
        <dependency>
          <groupId>org.apache.httpcomponents</groupId>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
-           <version>2.9.4</version>
+           <version>2.8.11.1</version>
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
        <dependency>
            <groupId>com.fasterxml.jackson.dataformat</groupId>
            <artifactId>jackson-dataformat-xml</artifactId>
-           <version>2.9.4</version>
+           <version>2.9.3</version>
        </dependency>
        <dependency>
            <groupId>org.bouncycastle</groupId>
        <dependency>
            <groupId>org.hibernate.validator</groupId>
            <artifactId>hibernate-validator</artifactId>
-           <version>6.0.7.Final</version>
+           <version>6.0.8.Final</version>
+       </dependency>
+       <dependency>
+           <groupId>io.dropwizard</groupId>
+           <artifactId>dropwizard-lifecycle</artifactId>
+           <version>1.2.3</version>
+       </dependency>
+       <dependency>
+           <groupId>com.fasterxml.jackson.module</groupId>
+           <artifactId>jackson-module-afterburner</artifactId>
+           <version>2.9.3</version>
+       </dependency>
+       <dependency>
+           <groupId>io.dropwizard</groupId>
+           <artifactId>dropwizard-configuration</artifactId>
+           <version>1.2.3</version>
+           <scope>test</scope>
+       </dependency>
+       <dependency>
+           <groupId>io.dropwizard</groupId>
+           <artifactId>dropwizard-validation</artifactId>
+           <version>1.2.3</version>
+       </dependency>
+       <dependency>
+           <groupId>com.fasterxml.jackson.datatype</groupId>
+           <artifactId>jackson-datatype-joda</artifactId>
+           <version>2.9.3</version>
+       </dependency>
+       <dependency>
+           <groupId>io.dropwizard</groupId>
+           <artifactId>dropwizard-servlets</artifactId>
+           <version>1.2.3</version>
+       </dependency>
+       <dependency>
+           <groupId>io.dropwizard</groupId>
+           <artifactId>dropwizard-logging</artifactId>
+           <version>1.2.3</version>
+       </dependency>
+       <dependency>
+           <groupId>com.fasterxml.jackson.datatype</groupId>
+           <artifactId>jackson-datatype-jdk8</artifactId>
+           <version>2.9.3</version>
+       </dependency>
+       <dependency>
+           <groupId>com.fasterxml.jackson.jaxrs</groupId>
+           <artifactId>jackson-jaxrs-json-provider</artifactId>
+           <version>2.9.3</version>
+       </dependency>
+       <dependency>
+           <groupId>io.dropwizard</groupId>
+           <artifactId>dropwizard-jersey</artifactId>
+           <version>1.2.3</version>
+       </dependency>
+       <dependency>
+           <groupId>io.dropwizard</groupId>
+           <artifactId>dropwizard-metrics</artifactId>
+           <version>1.2.3</version>
+       </dependency>
+       <dependency>
+           <groupId>com.fasterxml.jackson.datatype</groupId>
+           <artifactId>jackson-datatype-guava</artifactId>
+           <version>2.9.3</version>
+       </dependency>
+       <dependency>
+           <groupId>io.dropwizard</groupId>
+           <artifactId>dropwizard-request-logging</artifactId>
+           <version>1.2.3</version>
+       </dependency>
+       <dependency>
+           <groupId>io.dropwizard</groupId>
+           <artifactId>dropwizard-util</artifactId>
+           <version>1.2.3</version>
+       </dependency>
+       <dependency>
+           <groupId>com.fasterxml.jackson.jaxrs</groupId>
+           <artifactId>jackson-jaxrs-base</artifactId>
+           <version>2.9.3</version>
+       </dependency>
+       <dependency>
+           <groupId>javax.validation</groupId>
+           <artifactId>validation-api</artifactId>
+           <version>1.1.0.Final</version>
+       </dependency>
+       <dependency>
+           <groupId>io.dropwizard</groupId>
+           <artifactId>dropwizard-jackson</artifactId>
+           <version>1.2.3</version>
+       </dependency>
+       <dependency>
+           <groupId>com.fasterxml.jackson.dataformat</groupId>
+           <artifactId>jackson-dataformat-yaml</artifactId>
+           <version>2.9.4</version>
+       </dependency>
+       <dependency>
+           <groupId>org.bouncycastle</groupId>
+           <artifactId>bcpkix-jdk15on</artifactId>
+           <version>1.57</version>
+       </dependency>
+       <dependency>
+           <groupId>org.eclipse.jetty</groupId>
+           <artifactId>jetty-security</artifactId>
+           <version>9.4.8.v20171121</version>
+       </dependency>
+       <dependency>
+           <groupId>org.eclipse.jetty</groupId>
+           <artifactId>jetty-xml</artifactId>
+           <version>9.4.8.v20171121</version>
+       </dependency>
+       <dependency>
+           <groupId>org.eclipse.jetty</groupId>
+           <artifactId>jetty-servlets</artifactId>
+           <version>9.4.8.v20171121</version>
+       </dependency>
+       <dependency>
+           <groupId>org.eclipse.jetty</groupId>
+           <artifactId>jetty-webapp</artifactId>
+           <version>9.4.8.v20171121</version>
+       </dependency>
+       <dependency>
+           <groupId>org.eclipse.jetty</groupId>
+           <artifactId>jetty-continuation</artifactId>
+           <version>9.4.8.v20171121</version>
+       </dependency>
+       <dependency>
+           <groupId>logkit</groupId>
+           <artifactId>logkit</artifactId>
+           <version>2.0</version>
        </dependency>
   </dependencies>
 </project>