Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9fc2d58

Browse files
committed
chore: switch to indoqa-solrj-shaded, indoqa-solr-zookeeper-bom
1 parent408f6bf commit9fc2d58

File tree

2 files changed

+121
-36
lines changed

2 files changed

+121
-36
lines changed

‎.flattened-pom.xml‎

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Licensed to the Indoqa Software Design und Beratung GmbH (Indoqa) under
4+
one or more contributor license agreements. See the NOTICE file distributed
5+
with this work for additional information regarding copyright ownership.
6+
Indoqa licenses this file to You under the Apache License, Version 2.0
7+
(the "License"); you may not use this file except in compliance with
8+
the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
-->
18+
<projectxsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"xmlns="http://maven.apache.org/POM/4.0.0"
19+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
20+
<modelVersion>4.0.0</modelVersion>
21+
<groupId>com.indoqa.solr</groupId>
22+
<artifactId>solr-facet-api</artifactId>
23+
<version>0.2.4-SNAPSHOT</version>
24+
<name>Indoqa Solr Facet API</name>
25+
<description>Java API to use Solr Facet API (Solr 5.1 and higher)</description>
26+
<url>https://github.com/Indoqa/solr-facet-api</url>
27+
<licenses>
28+
<license>
29+
<name>Apache License 2.0</name>
30+
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
31+
<distribution>repo</distribution>
32+
</license>
33+
</licenses>
34+
<developers>
35+
<developer>
36+
<name>Steven Dolg</name>
37+
<email>steven.dolg@indoqa.com</email>
38+
<organization>Indoqa Software Design und Beratung GmbH</organization>
39+
<organizationUrl>http://www.indoqa.com</organizationUrl>
40+
</developer>
41+
<developer>
42+
<name>Alexander Eibner</name>
43+
<email>alexander.eibner@indoqa.com</email>
44+
<organization>Indoqa Software Design und Beratung GmbH</organization>
45+
<organizationUrl>http://www.indoqa.com</organizationUrl>
46+
</developer>
47+
<developer>
48+
<name>Matthias Epheser</name>
49+
<email>matthias.epheser@indoqa.com</email>
50+
<organization>Indoqa Software Design und Beratung GmbH</organization>
51+
<organizationUrl>http://www.indoqa.com</organizationUrl>
52+
</developer>
53+
<developer>
54+
<name>Reinhard Pötz</name>
55+
<email>reinhard.poetz@indoqa.com</email>
56+
<organization>Indoqa Software Design und Beratung GmbH</organization>
57+
<organizationUrl>http://www.indoqa.com</organizationUrl>
58+
</developer>
59+
</developers>
60+
<scm>
61+
<connection>scm:git:git@github.com:Indoqa/solr-facet-api.git</connection>
62+
<developerConnection>scm:git:git@github.com:Indoqa/solr-facet-api.git</developerConnection>
63+
<url>https://github.com/Indoqa/solr-facet-api</url>
64+
</scm>
65+
<dependencies>
66+
<dependency>
67+
<groupId>com.indoqa</groupId>
68+
<artifactId>indoqa-solrj-shaded</artifactId>
69+
<version>9.6.1-SNAPSHOT</version>
70+
<scope>compile</scope>
71+
</dependency>
72+
</dependencies>
73+
</project>

‎pom.xml‎

Lines changed: 48 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,80 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
*Licensed to the Indoqa Software Design und Beratung GmbH (Indoqa) under
4-
*one or more contributor license agreements. See the NOTICE file distributed
5-
*with this work for additional information regarding copyright ownership.
6-
*Indoqa licenses this file to You under the Apache License, Version 2.0
7-
*(the "License"); you may not use this file except in compliance with
8-
*the License. You may obtain a copy of the License at
9-
*
10-
*http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
*Unless required by applicable law or agreed to in writing, software
13-
*distributed under the License is distributed on an "AS IS" BASIS,
14-
*WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
*See the License for the specific language governing permissions and
16-
*limitations under the License.
3+
Licensed to the Indoqa Software Design und Beratung GmbH (Indoqa) under
4+
one or more contributor license agreements. See the NOTICE file distributed
5+
with this work for additional information regarding copyright ownership.
6+
Indoqa licenses this file to You under the Apache License, Version 2.0
7+
(the "License"); you may not use this file except in compliance with
8+
the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
1717
-->
18-
<projectxmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<projectxmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1920

2021
<modelVersion>4.0.0</modelVersion>
2122
<packaging>jar</packaging>
2223

2324
<parent>
2425
<groupId>com.indoqa</groupId>
2526
<artifactId>indoqa-oss-parent</artifactId>
26-
<version>4</version>
27-
</parent>
27+
<version>16</version>
28+
</parent>
2829

2930
<groupId>com.indoqa.solr</groupId>
3031
<artifactId>solr-facet-api</artifactId>
3132
<version>0.2.4-SNAPSHOT</version>
32-
33+
3334
<name>Indoqa Solr Facet API</name>
3435
<url>https://github.com/Indoqa/solr-facet-api</url>
3536
<description>Java API to use Solr Facet API (Solr 5.1 and higher)</description>
36-
37+
3738
<scm>
3839
<connection>scm:git:git@github.com:Indoqa/solr-facet-api.git</connection>
3940
<developerConnection>scm:git:git@github.com:Indoqa/solr-facet-api.git</developerConnection>
4041
<url>https://github.com/Indoqa/solr-facet-api</url>
4142
<tag>HEAD</tag>
4243
</scm>
4344

44-
4545
<properties>
46-
<project.build.compiler.version>1.8</project.build.compiler.version>
47-
<solr-version>5.1.0</solr-version>
46+
<project.build.compiler.version>21</project.build.compiler.version>
47+
48+
<solr-zookeper-bom-version>9.6.1.0-SNAPSHOT</solr-zookeper-bom-version>
4849
<junit-version>4.13.1</junit-version>
49-
</properties>
50+
</properties>
5051

51-
<dependencies>
52+
<dependencyManagement>
53+
<dependencies>
5254
<dependency>
53-
<groupId>org.apache.solr</groupId>
54-
<artifactId>solr-solrj</artifactId>
55-
<version>${solr-version}</version>
55+
<groupId>com.indoqa</groupId>
56+
<artifactId>indoqa-solr-zookeeper-bom</artifactId>
57+
<version>${solr-zookeper-bom-version}</version>
58+
<type>pom</type>
59+
<scope>import</scope>
5660
</dependency>
57-
58-
<!-- Test dependencies-->
59-
<dependency>
60-
<groupId>junit</groupId>
61-
<artifactId>junit</artifactId>
62-
<version>${junit-version}</version>
63-
<scope>test</scope>
64-
</dependency>
61+
</dependencies>
62+
</dependencyManagement>
63+
64+
<dependencies>
65+
<!-- Solr-->
66+
<dependency>
67+
<groupId>com.indoqa</groupId>
68+
<artifactId>indoqa-solrj-shaded</artifactId>
69+
</dependency>
70+
71+
<!-- Test dependencies-->
72+
<dependency>
73+
<groupId>junit</groupId>
74+
<artifactId>junit</artifactId>
75+
<version>${junit-version}</version>
76+
<scope>test</scope>
77+
</dependency>
6578
</dependencies>
6679

6780
<build>
@@ -80,5 +93,4 @@
8093
</plugin>
8194
</plugins>
8295
</build>
83-
8496
</project>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp