summaryrefslogtreecommitdiffstats
path: root/core/features/ccsdk-sli-core-all/pom.xml
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2021-07-07 18:22:28 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2021-07-08 13:24:56 -0400
commit2901cd97235c50b03bed3c997246b950d0f68bf8 (patch)
tree6ee039090b0ef16eac387d035872ae55092016a2 /core/features/ccsdk-sli-core-all/pom.xml
parent8a1e6dfddf777e5ce84a2112f4a0f1f42246f293 (diff)
Synching artifacts and features-all poms
Issue-ID: CCSDK-3368 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I0876bdc0c5ee704f6194691341df313248bdcf0a
Diffstat (limited to 'core/features/ccsdk-sli-core-all/pom.xml')
-rw-r--r--core/features/ccsdk-sli-core-all/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/features/ccsdk-sli-core-all/pom.xml b/core/features/ccsdk-sli-core-all/pom.xml
index 92aac79ec..28a780edb 100644
--- a/core/features/ccsdk-sli-core-all/pom.xml
+++ b/core/features/ccsdk-sli-core-all/pom.xml
@@ -38,35 +38,35 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>ccsdk-slicore-utils</artifactId>
+ <artifactId>ccsdk-dblib</artifactId>
<version>${project.version}</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>ccsdk-dblib</artifactId>
+ <artifactId>ccsdk-filters</artifactId>
<version>${project.version}</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>ccsdk-filters</artifactId>
+ <artifactId>ccsdk-sli</artifactId>
<version>${project.version}</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>ccsdk-sli</artifactId>
+ <artifactId>ccsdk-sliapi</artifactId>
<version>${project.version}</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>ccsdk-sliapi</artifactId>
+ <artifactId>ccsdk-slicore-utils</artifactId>
<version>${project.version}</version>
<type>xml</type>
<classifier>features</classifier>