summaryrefslogtreecommitdiffstats
path: root/jdisc_messagebus_service/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-03-29 21:35:59 +0200
committergjoranv <gv@verizonmedia.com>2021-03-29 21:37:08 +0200
commit8a2d6c1c4110ddf508f3a467eeb2ab031998591a (patch)
treeb0590dc285312b39e13b84b65b72164ee244e9af /jdisc_messagebus_service/pom.xml
parent763b534e158b41224c6cce3e5fd063bcecd48dcb (diff)
Remove jdisc_messagebus_service and messagebus-disc modules.
- They have been merged into container-messagebus
Diffstat (limited to 'jdisc_messagebus_service/pom.xml')
-rw-r--r--jdisc_messagebus_service/pom.xml54
1 files changed, 0 insertions, 54 deletions
diff --git a/jdisc_messagebus_service/pom.xml b/jdisc_messagebus_service/pom.xml
deleted file mode 100644
index 55f8392a5df..00000000000
--- a/jdisc_messagebus_service/pom.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0"?>
-<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<project xmlns="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/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>parent</artifactId>
- <version>7-SNAPSHOT</version>
- <relativePath>../parent/pom.xml</relativePath>
- </parent>
- <artifactId>jdisc_messagebus_service</artifactId>
- <version>7-SNAPSHOT</version>
- <packaging>container-plugin</packaging>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>jdisc_core</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>component</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>messagebus</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>bundle-plugin</artifactId>
- <extensions>true</extensions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-</project>