mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-18 02:41:49 +02:00
Pom fixes to correctly shade copycat jars.
Change-Id: I1ed97b32ad242e1c6d7c06387219308802a1f773
This commit is contained in:
parent
9ee62f52f2
commit
cb7ab08e95
19
core/store/dist/pom.xml
vendored
19
core/store/dist/pom.xml
vendored
@ -48,25 +48,6 @@
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-core-common</artifactId>
|
||||
</dependency>
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>net.kuujo.copycat</groupId>
|
||||
<artifactId>copycat</artifactId>
|
||||
<version>${copycat.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>net.kuujo.copycat</groupId>
|
||||
<artifactId>copycat-chronicle</artifactId>
|
||||
<version>${copycat.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>net.kuujo.copycat</groupId>
|
||||
<artifactId>copycat-tcp</artifactId>
|
||||
<version>${copycat.version}</version>
|
||||
</dependency>
|
||||
-->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.mapdb</groupId>
|
||||
|
@ -59,6 +59,7 @@
|
||||
<bundle>mvn:org.codehaus.jackson/jackson-core-asl/1.9.13</bundle>
|
||||
<bundle>mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.13</bundle>
|
||||
|
||||
<bundle>mvn:com.typesafe/config/1.2.1</bundle>
|
||||
<bundle>mvn:org.onosproject/onlab-thirdparty/@ONOS-VERSION</bundle>
|
||||
|
||||
<bundle>mvn:org.mapdb/mapdb/1.0.6</bundle>
|
||||
|
8
pom.xml
8
pom.xml
@ -23,6 +23,14 @@
|
||||
<maven>3.0.1</maven>
|
||||
</prerequisites>
|
||||
|
||||
<!--- Needed for copycat. Remove before official release -->
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>snapshots</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<parent>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-base</artifactId>
|
||||
|
17
utils/thirdparty/pom.xml
vendored
17
utils/thirdparty/pom.xml
vendored
@ -31,14 +31,6 @@
|
||||
|
||||
<description>ONLab third-party dependencies</description>
|
||||
|
||||
<!-- TODO: Needed for copycat snapshot. Remove before official release -->
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>snapshots</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.googlecode.concurrent-trees</groupId>
|
||||
@ -59,6 +51,13 @@
|
||||
<version>${copycat.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<!-- FIXME once fixes get merged to upstream -->
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>copycat-core</artifactId>
|
||||
<version>${copycat.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<!-- FIXME once fixes get merged to upstream -->
|
||||
<groupId>org.onosproject</groupId>
|
||||
@ -99,7 +98,7 @@
|
||||
</filter>
|
||||
|
||||
<filter>
|
||||
<artifact>net.kuujo.copycat:*</artifact>
|
||||
<artifact>org.onosproject:copycat*</artifact>
|
||||
<includes>
|
||||
<include>net/kuujo/copycat/**</include>
|
||||
</includes>
|
||||
|
Loading…
x
Reference in New Issue
Block a user