Rename infinspan-xxx to jetty-infinispan-xxx
This commit is contained in:
parent
09abf2f021
commit
eccbfce6dd
|
@ -97,12 +97,12 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>infinispan-remote-query</artifactId>
|
||||
<artifactId>jetty-infinispan-remote-query</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>infinispan-embedded-query</artifactId>
|
||||
<artifactId>jetty-infinispan-embedded-query</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -97,12 +97,12 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>infinispan-remote-query</artifactId>
|
||||
<artifactId>jetty-infinispan-remote-query</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>infinispan-embedded-query</artifactId>
|
||||
<artifactId>jetty-infinispan-embedded-query</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
<configuration>
|
||||
<includeGroupIds>jakarta.transaction,org.eclipse.jetty</includeGroupIds>
|
||||
<excludeGroupIds>
|
||||
org.eclipse.jetty.demo,org.eclipse.jetty.orbit,org.eclipse.jetty.http2,org.eclipse.jetty.http3,org.eclipse.jetty.quic,org.eclipse.jetty.ee9.websocket,org.eclipse.jetty.ee10.websocket,org.eclipse.jetty.ee9,org.eclipse.jetty.ee10,org.eclipse.jetty.fcgi,org.eclipse.jetty.toolchain,org.apache.taglibs
|
||||
org.eclipse.jetty.orbit,org.eclipse.jetty.http2,org.eclipse.jetty.http3,org.eclipse.jetty.quic,org.eclipse.jetty.ee9.websocket,org.eclipse.jetty.ee10.websocket,org.eclipse.jetty.ee9,org.eclipse.jetty.ee10,org.eclipse.jetty.fcgi,org.eclipse.jetty.toolchain,org.apache.taglibs
|
||||
</excludeGroupIds>
|
||||
<excludeArtifactIds>
|
||||
apache-jsp,glassfish-jstl,jetty-start,jetty-slf4j-impl
|
||||
|
@ -554,7 +554,7 @@
|
|||
<includeGroupIds>
|
||||
org.eclipse.jetty, org.eclipse.jetty.websocket, org.eclipse.jetty.ee9.demos, org.eclipse.jetty.ee10.demos
|
||||
</includeGroupIds>
|
||||
<excludeArtifactIds>infinispan-embedded,infinispan-remote,jetty-test-helper,alpn-api,javax.security.auth.message,javax.activation</excludeArtifactIds>
|
||||
<excludeArtifactIds>jetty-infinispan-embedded,jetty-infinispan-remote,jetty-test-helper,alpn-api,javax.security.auth.message,javax.activation</excludeArtifactIds>
|
||||
<classifier>config</classifier>
|
||||
<failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>
|
||||
<excludes>META-INF/**,webapps/**,start.d/**,start.ini</excludes>
|
||||
|
@ -571,14 +571,14 @@
|
|||
<artifactItems>
|
||||
<artifactItem>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>infinispan-embedded</artifactId>
|
||||
<artifactId>jetty-infinispan-embedded</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<classifier>config</classifier>
|
||||
<type>jar</type>
|
||||
</artifactItem>
|
||||
<artifactItem>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>infinispan-remote</artifactId>
|
||||
<artifactId>jetty-infinispan-remote</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<classifier>config</classifier>
|
||||
<type>jar</type>
|
||||
|
@ -944,55 +944,55 @@
|
|||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-alpn-conscrypt-server</artifactId>
|
||||
</dependency>
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>org.eclipse.jetty</groupId>-->
|
||||
<!-- <artifactId>infinispan-embedded</artifactId>-->
|
||||
<!-- <version>${project.version}</version>-->
|
||||
<!-- <type>pom</type>-->
|
||||
<!-- <optional>true</optional>-->
|
||||
<!-- </dependency>-->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>org.eclipse.jetty</groupId>-->
|
||||
<!-- <artifactId>infinispan-embedded-query</artifactId>-->
|
||||
<!-- <optional>true</optional>-->
|
||||
<!-- </dependency>-->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>org.eclipse.jetty</groupId>-->
|
||||
<!-- <artifactId>infinispan-remote</artifactId>-->
|
||||
<!-- <version>${project.version}</version>-->
|
||||
<!-- <type>pom</type>-->
|
||||
<!-- <optional>true</optional>-->
|
||||
<!-- <exclusions>-->
|
||||
<!-- <exclusion>-->
|
||||
<!-- <groupId>org.wildfly.common</groupId>-->
|
||||
<!-- <artifactId>*</artifactId>-->
|
||||
<!-- </exclusion>-->
|
||||
<!-- </exclusions>-->
|
||||
<!-- </dependency>-->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>org.eclipse.jetty</groupId>-->
|
||||
<!-- <artifactId>infinispan-remote-query</artifactId>-->
|
||||
<!-- </dependency>-->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>org.eclipse.jetty</groupId>-->
|
||||
<!-- <artifactId>jetty-hazelcast</artifactId>-->
|
||||
<!-- <optional>true</optional>-->
|
||||
<!-- </dependency>-->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>org.eclipse.jetty.gcloud</groupId>-->
|
||||
<!-- <artifactId>jetty-gcloud-session-manager</artifactId>-->
|
||||
<!-- <optional>true</optional>-->
|
||||
<!-- </dependency>-->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>org.eclipse.jetty.memcached</groupId>-->
|
||||
<!-- <artifactId>jetty-memcached-sessions</artifactId>-->
|
||||
<!-- <optional>true</optional>-->
|
||||
<!-- </dependency>-->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>org.eclipse.jetty</groupId>-->
|
||||
<!-- <artifactId>jetty-nosql</artifactId>-->
|
||||
<!-- <optional>true</optional>-->
|
||||
<!-- </dependency>-->
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-infinispan-embedded</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>pom</type>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-infinispan-embedded-query</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-infinispan-remote</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>pom</type>
|
||||
<optional>true</optional>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.wildfly.common</groupId>
|
||||
<artifactId>*</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-infinispan-remote-query</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-hazelcast</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.gcloud</groupId>
|
||||
<artifactId>jetty-gcloud-session-manager</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.memcached</groupId>
|
||||
<artifactId>jetty-memcached-sessions</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-nosql</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-keystore</artifactId>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<version>12.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>infinispan-common</artifactId>
|
||||
<artifactId>jetty-infinispan-common</artifactId>
|
||||
<name>Jetty :: Infinispan Session Manager Common</name>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.infinispan.common</bundle-symbolic-name>
|
|
@ -9,7 +9,7 @@ internal
|
|||
sessions
|
||||
|
||||
[lib]
|
||||
lib/infinispan-common-${jetty.version}.jar
|
||||
lib/jetty-infinispan-common-${jetty.version}.jar
|
||||
lib/infinispan/*.jar
|
||||
|
||||
[ini]
|
|
@ -5,7 +5,7 @@
|
|||
<version>12.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>infinispan-embedded-query</artifactId>
|
||||
<artifactId>jetty-infinispan-embedded-query</artifactId>
|
||||
<name>Jetty :: Infinispan Session Manager Embedded with Querying</name>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.infinispan.embedded.query</bundle-symbolic-name>
|
||||
|
@ -73,7 +73,7 @@
|
|||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>infinispan-common</artifactId>
|
||||
<artifactId>jetty-infinispan-common</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.infinispan</groupId>
|
|
@ -12,7 +12,7 @@ sessions/infinispan/embedded/infinispan-embedded-query-libs
|
|||
|
||||
[lib]
|
||||
lib/infinispan/*.jar
|
||||
lib/infinispan-embedded-query-${jetty.version}.jar
|
||||
lib/jetty-infinispan-embedded-query-${jetty.version}.jar
|
||||
|
||||
[xml]
|
||||
etc/sessions/infinispan/infinispan-embedded-query.xml
|
|
@ -5,7 +5,7 @@
|
|||
<version>12.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>infinispan-embedded</artifactId>
|
||||
<artifactId>jetty-infinispan-embedded</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Jetty :: Infinispan Session Manager Embedded</name>
|
||||
<properties>
|
||||
|
@ -75,7 +75,7 @@
|
|||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>infinispan-common</artifactId>
|
||||
<artifactId>jetty-infinispan-common</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.infinispan</groupId>
|
|
@ -5,7 +5,7 @@
|
|||
<version>12.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>infinispan-remote-query</artifactId>
|
||||
<artifactId>jetty-infinispan-remote-query</artifactId>
|
||||
<name>Jetty :: Infinispan Session Manager Remote with Querying</name>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.infinispan.remote.query</bundle-symbolic-name>
|
||||
|
@ -83,7 +83,7 @@
|
|||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>infinispan-common</artifactId>
|
||||
<artifactId>jetty-infinispan-common</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.infinispan</groupId>
|
|
@ -11,7 +11,7 @@ infinispan-remote
|
|||
sessions/infinispan/remote/infinispan-remote-query-libs
|
||||
|
||||
[lib]
|
||||
lib/infinispan-remote-query-${jetty.version}.jar
|
||||
lib/jetty-infinispan-remote-query-${jetty.version}.jar
|
||||
|
||||
[xml]
|
||||
etc/sessions/infinispan/infinispan-remote-query.xml
|
|
@ -5,7 +5,7 @@
|
|||
<version>12.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>infinispan-remote</artifactId>
|
||||
<artifactId>jetty-infinispan-remote</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Jetty :: Infinispan Session Manager Remote</name>
|
||||
<properties>
|
||||
|
@ -75,7 +75,7 @@
|
|||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>infinispan-common</artifactId>
|
||||
<artifactId>jetty-infinispan-common</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.infinispan</groupId>
|
|
@ -15,11 +15,11 @@
|
|||
<bundle-symbolic-name>${project.groupId}.infinispan</bundle-symbolic-name>
|
||||
</properties>
|
||||
<modules>
|
||||
<module>infinispan-common</module>
|
||||
<module>infinispan-embedded</module>
|
||||
<module>infinispan-remote</module>
|
||||
<module>infinispan-embedded-query</module>
|
||||
<module>infinispan-remote-query</module>
|
||||
<module>jetty-infinispan-common</module>
|
||||
<module>jetty-infinispan-embedded</module>
|
||||
<module>jetty-infinispan-remote</module>
|
||||
<module>jetty-infinispan-embedded-query</module>
|
||||
<module>jetty-infinispan-remote-query</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
|
|
10
pom.xml
10
pom.xml
|
@ -1232,27 +1232,27 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>infinispan-common</artifactId>
|
||||
<artifactId>jetty-infinispan-common</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>infinispan-embedded</artifactId>
|
||||
<artifactId>jetty-infinispan-embedded</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>infinispan-embedded-query</artifactId>
|
||||
<artifactId>jetty-infinispan-embedded-query</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>infinispan-remote</artifactId>
|
||||
<artifactId>jetty-infinispan-remote</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>infinispan-remote-query</artifactId>
|
||||
<artifactId>jetty-infinispan-remote-query</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue