- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个spring boot项目,在其中定义我的 flex 搜索依赖项,如下所示。
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>5.5.0</version><!--$NO-MVN-MAN-VER$ -->
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>transport</artifactId>
<version>5.5.0</version>
<exclusions>
<exclusion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>transport-netty4-client</artifactId>
<version>5.5.0</version>
</dependency>
[INFO] com.yatri.boot.search:yatri-search:jar:0.0.1-SNAPSHOT
[INFO] +- org.elasticsearch:elasticsearch:jar:5.5.0:compile
[INFO] | +- org.apache.lucene:lucene-core:jar:6.6.0:compile
[INFO] | +- org.apache.lucene:lucene-analyzers-common:jar:6.6.0:compile
[INFO] | +- org.apache.lucene:lucene-backward-codecs:jar:6.6.0:compile
[INFO] | +- org.apache.lucene:lucene-grouping:jar:6.6.0:compile
[INFO] | +- org.apache.lucene:lucene-highlighter:jar:6.6.0:compile
[INFO] | +- org.apache.lucene:lucene-join:jar:6.6.0:compile
[INFO] | +- org.apache.lucene:lucene-memory:jar:6.6.0:compile
[INFO] | +- org.apache.lucene:lucene-misc:jar:6.6.0:compile
[INFO] | +- org.apache.lucene:lucene-queries:jar:6.6.0:compile
[INFO] | +- org.apache.lucene:lucene-queryparser:jar:6.6.0:compile
[INFO] | +- org.apache.lucene:lucene-sandbox:jar:6.6.0:compile
[INFO] | +- org.apache.lucene:lucene-spatial:jar:6.6.0:compile
[INFO] | +- org.apache.lucene:lucene-spatial-extras:jar:6.6.0:compile
[INFO] | +- org.apache.lucene:lucene-spatial3d:jar:6.6.0:compile
[INFO] | +- org.apache.lucene:lucene-suggest:jar:6.6.0:compile
[INFO] | +- org.elasticsearch:securesm:jar:1.1:compile
[INFO] | +- net.sf.jopt-simple:jopt-simple:jar:5.0.2:compile
[INFO] | +- com.carrotsearch:hppc:jar:0.7.1:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- org.yaml:snakeyaml:jar:1.17:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.8.8:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.8.8:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.8.8:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.8.8:compile
[INFO] | +- com.tdunning:t-digest:jar:3.0:compile
[INFO] | +- org.hdrhistogram:HdrHistogram:jar:2.1.9:compile
[INFO] | +- org.apache.logging.log4j:log4j-api:jar:2.7:compile
[INFO] | \- org.elasticsearch:jna:jar:4.4.0:compile
[INFO] +- org.elasticsearch.client:transport:jar:5.5.0:compile
[INFO] | +- org.elasticsearch.plugin:transport-netty3-client:jar:5.5.0:compile
[INFO] | | \- io.netty:netty:jar:3.10.6.Final:compile
[INFO] | +- org.elasticsearch.plugin:transport-netty4-client:jar:5.5.0:compile
[INFO] | | +- io.netty:netty-buffer:jar:4.1.11.Final:compile
[INFO] | | +- io.netty:netty-codec:jar:4.1.11.Final:compile
[INFO] | | +- io.netty:netty-codec-http:jar:4.1.11.Final:compile
[INFO] | | +- io.netty:netty-common:jar:4.1.11.Final:compile
[INFO] | | +- io.netty:netty-handler:jar:4.1.11.Final:compile
[INFO] | | +- io.netty:netty-resolver:jar:4.1.11.Final:compile
[INFO] | | \- io.netty:netty-transport:jar:4.1.11.Final:compile
[INFO] | +- org.elasticsearch.plugin:reindex-client:jar:5.5.0:compile
[INFO] | | \- org.elasticsearch.client:rest:jar:5.5.0:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.3:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- org.apache.httpcomponents:httpasyncclient:jar:4.1.3:compile
[INFO] | | +- org.apache.httpcomponents:httpcore-nio:jar:4.4.5:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | \- commons-logging:commons-logging:jar:1.1.3:compile
[INFO] | +- org.elasticsearch.plugin:lang-mustache-client:jar:5.5.0:compile
[INFO] | | \- com.github.spullara.mustache.java:compiler:jar:0.9.3:compile
[INFO] | +- org.elasticsearch.plugin:percolator-client:jar:5.5.0:compile
[INFO] | \- org.elasticsearch.plugin:parent-join-client:jar:5.5.0:compile
[INFO] +- com.yatri.boot.init:yatri-init:jar:0.0.1-SNAPSHOT:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-web:jar:1.5.4.RELEASE:compile
[INFO] | | +- org.springframework.boot:spring-boot-starter:jar:1.5.4.RELEASE:compile
[INFO] | | | \- org.springframework.boot:spring-boot-starter-logging:jar:1.5.4.RELEASE:compile
[INFO] | | | +- ch.qos.logback:logback-classic:jar:1.1.11:compile
[INFO] | | | | \- ch.qos.logback:logback-core:jar:1.1.11:compile
[INFO] | | | +- org.slf4j:jul-to-slf4j:jar:1.7.25:compile
[INFO] | | | \- org.slf4j:log4j-over-slf4j:jar:1.7.25:compile
[INFO] | | +- org.hibernate:hibernate-validator:jar:5.3.5.Final:compile
[INFO] | | | +- javax.validation:validation-api:jar:1.1.0.Final:compile
[INFO] | | | \- com.fasterxml:classmate:jar:1.3.3:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.8.8:compile
[INFO] | | +- org.springframework:spring-web:jar:4.3.9.RELEASE:compile
[INFO] | | | \- org.springframework:spring-aop:jar:4.3.9.RELEASE:compile
[INFO] | | \- org.springframework:spring-webmvc:jar:4.3.9.RELEASE:compile
[INFO] | | \- org.springframework:spring-expression:jar:4.3.9.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-data-mongodb:jar:1.5.4.RELEASE:compile
[INFO] | | +- org.mongodb:mongodb-driver:jar:3.4.2:compile
[INFO] | | | +- org.mongodb:bson:jar:3.4.2:compile
[INFO] | | | \- org.mongodb:mongodb-driver-core:jar:3.4.2:compile
[INFO] | | \- org.springframework.data:spring-data-mongodb:jar:1.10.4.RELEASE:compile
[INFO] | | \- org.springframework:spring-tx:jar:4.3.9.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-cache:jar:1.5.4.RELEASE:compile
[INFO] | | +- org.springframework:spring-context:jar:4.3.9.RELEASE:compile
[INFO] | | \- org.springframework:spring-context-support:jar:4.3.9.RELEASE:compile
[INFO] | +- com.hazelcast:hazelcast:jar:3.7.7:compile
[INFO] | +- com.hazelcast:hazelcast-spring:jar:3.7.7:compile
[INFO] | +- com.google.guava:guava:jar:22.0:compile
[INFO] | | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.0.18:compile
[INFO] | | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] | +- org.reflections:reflections:jar:0.9.11:compile
[INFO] | | \- org.javassist:javassist:jar:3.21.0-GA:compile
[INFO] | +- commons-fileupload:commons-fileupload:jar:1.3.3:compile
[INFO] | | \- commons-io:commons-io:jar:2.2:compile
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.8.8:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.8.0:compile
[INFO] | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | \- org.aspectj:aspectjweaver:jar:1.8.10:compile
[INFO] +- org.apache.logging.log4j:log4j-core:jar:2.8.2:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.5:compile
[INFO] +- org.springframework.data:spring-data-commons:jar:1.13.4.RELEASE:compile
[INFO] | +- org.springframework:spring-core:jar:4.3.9.RELEASE:compile
[INFO] | +- org.springframework:spring-beans:jar:4.3.9.RELEASE:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | \- org.slf4j:jcl-over-slf4j:jar:1.7.25:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:1.5.4.RELEASE:test
[INFO] | +- org.springframework.boot:spring-boot-test:jar:1.5.4.RELEASE:test
[INFO] | | \- org.springframework.boot:spring-boot:jar:1.5.4.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-test-autoconfigure:jar:1.5.4.RELEASE:test
[INFO] | | \- org.springframework.boot:spring-boot-autoconfigure:jar:1.5.4.RELEASE:compile
[INFO] | +- com.jayway.jsonpath:json-path:jar:2.2.0:test
[INFO] | | \- net.minidev:json-smart:jar:2.2.1:test
[INFO] | | \- net.minidev:accessors-smart:jar:1.1:test
[INFO] | | \- org.ow2.asm:asm:jar:5.0.3:test
[INFO] | +- junit:junit:jar:4.12:test
[INFO] | +- org.assertj:assertj-core:jar:2.6.0:test
[INFO] | +- org.mockito:mockito-core:jar:1.10.19:test
[INFO] | | \- org.objenesis:objenesis:jar:2.1:test
[INFO] | +- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] | +- org.hamcrest:hamcrest-library:jar:1.3:test
[INFO] | +- org.skyscreamer:jsonassert:jar:1.4.0:test
[INFO] | | \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
[INFO] | \- org.springframework:spring-test:jar:4.3.9.RELEASE:test
[INFO] +- org.hamcrest:hamcrest-junit:jar:2.0.0.0:test
[INFO] | \- org.hamcrest:java-hamcrest:jar:2.0.0.0:test
[INFO] \- org.springframework.boot:spring-boot-starter-undertow:jar:1.5.4.RELEASE:compile
[INFO] +- io.undertow:undertow-core:jar:1.4.15.Final:compile
[INFO] | +- org.jboss.logging:jboss-logging:jar:3.3.1.Final:compile
[INFO] | +- org.jboss.xnio:xnio-api:jar:3.3.6.Final:compile
[INFO] | \- org.jboss.xnio:xnio-nio:jar:3.3.6.Final:runtime
[INFO] +- io.undertow:undertow-servlet:jar:1.4.15.Final:compile
[INFO] | \- org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:jar:1.0.0.Final:compile
[INFO] +- io.undertow:undertow-websockets-jsr:jar:1.4.15.Final:compile
[INFO] | \- org.jboss.spec.javax.websocket:jboss-websocket-api_1.1_spec:jar:1.1.0.Final:compile
[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:compile
[INFO] \- org.glassfish:javax.el:jar:3.0.0:compile
最佳答案
在您的父POM中创建线条
<dependencyManagement>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>5.5.0</version><!--$NO-MVN-MAN-VER$ -->
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>transport</artifactId>
<version>5.5.0</version>
<exclusions>
<exclusion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>transport-netty4-client</artifactId>
<version>5.5.0</version>
</dependency>
</dependencyManagement>
关于spring - Maven Elasticsearch 保持显示较低版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45343976/
我的应用程序包含两部分:网络部分和 GUI。它的工作方式有点像浏览器 - 用户从服务器请求一些信息,服务器发回一些代表某些 View 的数据,然后 GUI 显示它。 现在我已经将网络部分实现为一项服务
给定表达式字符串exp,编写程序检查exp中“{”、“}”、“(”、“)”、“[”、“]的对和顺序是否正确。 package main import ( "fmt" stack "gi
我想要一个简单的脚本在后台保持运行。目前看起来像这样: import keyboard while True: keyboard.wait('q') keyboard.send('ct
我维护着许多 RedHat Enterprise Linux(7 台和 8 台)服务器(>100 台),其中包含不同的应用程序。为了保持理智,我当然会使用 Ansible 等工具,更重要的是,公共(p
我有一个 winforms 应用程序,它在网络服务请求期间被锁定 我已经尝试使用 doEvents 来保持应用程序解锁,但它仍然不够响应, 我怎样才能绕过这个锁定,让应用程序始终响应? 最佳答案 最好
我正在努力在我的项目中获得并保持领先的 0。以下是当前相关的代码: Dim jobNum As String jobNum = Left(r1.Cells(1, 1), 6) r2.Cells(1
我正在尝试在我的 Canvas 中定位元素相对于我的背景。 窗口被重新调整大小,保持纵横比。 背景随着窗口大小而拉伸(stretch)。 问题是一旦重新调整窗口大小,元素位置就会不正确。如果窗口的大小
一直在玩弄 Hibernate 和 PostgreSQL,试图让它按预期工作。 但是由于某种原因,当我尝试将具有@OneToMany 关系的对象与集合中的多个项目保持一致时,除了第一个项目之外,所有项
我想将某些东西提交到 github 存储库,但我(显然)没有任何权利这样做。我对那个 repo 做了一个分支,提交了我的更改并提交了一个 pull-request。 现在,问题是过了一段时间其他人已经
这是一个初学者问题,我仍在考虑“在 OOP 中”,所以如果我错过了手册中的答案或者答案很明显,我深表歉意。 假设我们有一个抽象类型, abstract type My_Abstract_type en
我们正在开展的一些项目在 jQuery 1.4.2 或更早版本中有着深厚的根基,介于缺乏最新版本的性能优势(或语法糖)、使用现已弃用的方法的耻辱以及部署一个积极维护的库的 3 年以上旧版本,升级现在迫
我看到在FMDB 2.0中,作者为线程添加了FMDatabaseQueue。例子是: // First, make your queue. FMDatabaseQueue *queue = [FMDa
我在 NSScrollView 中有一个 NSTableView。 NSTableView 的内容是通过绑定(bind)到 NSArrayController 来提供的,而 NSArrayContro
我在 TreeView 上有一个节点,我手动填充该节点并希望保持排序。通过用户交互,TreeViewItem 上的标题可能会更改,它们应该移动到列表中的适当位置。 我遍历一个 foreach,创建多个
我从主 NSWindow 打开一个 NSWindow。 DropHereWindowController *dropHereWindowController = [[DropHereWindowCon
我需要放置一个 form 3 按钮,当我单击该按钮时,将其显示为按下,其他按钮向上,当我单击另一个按钮时,它应该为“向下”,其他按钮应为“向上” 最佳答案 所有按钮的属性“Groupindex”必须设
我有一个使用 AnyEvent::MQTT 订阅消息队列的 perl 脚本。 目前我想要它做的就是在收到消息时打印出来。我对 perl 完全陌生,所以我正在使用它附带的演示代码,其中包括将 STDIN
如何在 .NET 应用程序中保持 TreeView 控件的滚动位置?例如,我有一个树形 View 控件,并经历了一个向其添加各种节点的过程,并将它们固定在底部。在此过程中,我可以滚动浏览 TreeVi
我维护了大量的 vbscripts,用于在我的网络上执行各种启动脚本,并且有一些我在几乎所有脚本中使用的函数。 除了复制和粘贴之外,有没有人对我如何创建可重用 vbscript 代码库有建议。我并不反
我有一些关于 Azure 自托管的问题。 假设用户 Alex 在物理机 M 上设置了 Windows 自托管代理。当 Alex 注销且计算机进入休眠状态时,代理将脱机。现在,当 Bob 登录同一台计算
我是一名优秀的程序员,十分优秀!