Skip to content

Commit 75fa8e1

Browse files
committed
Merge pull request #32 from dcrissman/maven-path-changes
update maven groups and artifacts
2 parents 37c5d0d + 1fd199b commit 75fa8e1

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

lightblue-ldap-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependencies>
3434
<dependency>
3535
<groupId>com.redhat.lightblue</groupId>
36-
<artifactId>metadata</artifactId>
36+
<artifactId>lightblue-core-metadata</artifactId>
3737
</dependency>
3838

3939
<dependency>

lightblue-ldap-config/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232

3333
<dependencies>
3434
<dependency>
35-
<groupId>com.redhat.lightblue.config</groupId>
36-
<artifactId>core-config</artifactId>
35+
<groupId>com.redhat.lightblue</groupId>
36+
<artifactId>lightblue-core-config</artifactId>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.redhat.lightblue.ldap</groupId>

lightblue-ldap-crud/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependencies>
3434
<dependency>
3535
<groupId>com.redhat.lightblue</groupId>
36-
<artifactId>crud</artifactId>
36+
<artifactId>lightblue-core-crud</artifactId>
3737
</dependency>
3838

3939
<dependency>

lightblue-ldap-integration-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848

4949
<dependency>
5050
<groupId>com.redhat.lightblue.mongo</groupId>
51-
<artifactId>mongo-config</artifactId>
51+
<artifactId>lightblue-mongo-config</artifactId>
5252
<version>${lightblue.mongo.version}</version>
5353
<scope>test</scope>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.redhat.lightblue.mongo</groupId>
57-
<artifactId>mongo-test</artifactId>
57+
<artifactId>lightblue-mongo-test</artifactId>
5858
<version>${lightblue.mongo.version}</version>
5959
<scope>test</scope>
6060
</dependency>

lightblue-ldap-metadata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependencies>
3434
<dependency>
3535
<groupId>com.redhat.lightblue</groupId>
36-
<artifactId>metadata</artifactId>
36+
<artifactId>lightblue-core-metadata</artifactId>
3737
</dependency>
3838

3939
<dependency>

lightblue-ldap-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
<dependencies>
3333
<dependency>
34-
<groupId>com.redhat.lightblue.config</groupId>
35-
<artifactId>core-config</artifactId>
34+
<groupId>com.redhat.lightblue</groupId>
35+
<artifactId>lightblue-core-config</artifactId>
3636
</dependency>
3737
<dependency>
3838
<groupId>com.unboundid</groupId>

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,26 +116,26 @@
116116
</dependency>
117117
<dependency>
118118
<groupId>com.redhat.lightblue</groupId>
119-
<artifactId>test</artifactId>
119+
<artifactId>lightblue-core-test</artifactId>
120120
</dependency>
121121
</dependencies>
122122

123123
<dependencyManagement>
124124
<dependencies>
125125
<!-- Lightblue Core -->
126126
<dependency>
127-
<groupId>com.redhat.lightblue.config</groupId>
128-
<artifactId>core-config</artifactId>
127+
<groupId>com.redhat.lightblue</groupId>
128+
<artifactId>lightblue-core-config</artifactId>
129129
<version>${lightblue-core.version}</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>com.redhat.lightblue</groupId>
133-
<artifactId>crud</artifactId>
133+
<artifactId>lightblue-core-crud</artifactId>
134134
<version>${lightblue-core.version}</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>com.redhat.lightblue</groupId>
138-
<artifactId>metadata</artifactId>
138+
<artifactId>lightblue-core-metadata</artifactId>
139139
<version>${lightblue-core.version}</version>
140140
</dependency>
141141

@@ -205,7 +205,7 @@
205205
</dependency>
206206
<dependency>
207207
<groupId>com.redhat.lightblue</groupId>
208-
<artifactId>test</artifactId>
208+
<artifactId>lightblue-core-test</artifactId>
209209
<version>${lightblue-core.version}</version>
210210
<scope>test</scope>
211211
</dependency>

0 commit comments

Comments
 (0)