Skip to content

Commit

Permalink
Uses OpenDJ CE version, GroupIds org.forgerock.ce
Browse files Browse the repository at this point in the history
  • Loading branch information
BohoCode committed Apr 25, 2017
1 parent 116e1cd commit 9b179ea
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion openidm-provisioner-openicf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<artifactItem>
<groupId>org.forgerock.ce.openicf.connectors.os</groupId>
<artifactId>openicf-solaris-connector</artifactId>
<version>1.1.0.0-EA</version>
<version>1.1.0.0</version>
<type>bundle</type>
</artifactItem>
<!--artifactItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,15 @@ public void testFindConnectorInfo() throws Exception {
InnerConnectorInfoProviderService instance = new InnerConnectorInfoProviderService();
instance.activate(context);

ConnectorReference ref = new ConnectorReference(new ConnectorKey("org.forgerock.openicf.connectors.file.openicf-xml-connector", "1.1.0.0", "com.forgerock.openicf.xml.XMLConnector"));
ConnectorReference ref = new ConnectorReference(new ConnectorKey("org.forgerock.ce.openicf.connectors.file.openicf-xml-connector", "1.1.0.0", "com.forgerock.openicf.xml.XMLConnector"));
Assert.assertNotNull(testableConnectorInfoProvider.findConnectorInfo(ref), "XML Connector is missing");

}

@Test
public void testCreateSystemConfiguration() throws URISyntaxException {
ConnectorInfo xmlConnectorInfo = null;
ConnectorKey key = new ConnectorKey("org.forgerock.openicf.connectors.file.openicf-xml-connector", "1.1.0.0", "com.forgerock.openicf.xml.XMLConnector");
ConnectorKey key = new ConnectorKey("org.forgerock.ce.openicf.connectors.file.openicf-xml-connector", "1.1.0.0", "com.forgerock.openicf.xml.XMLConnector");
for (ConnectorInfo info : testableConnectorInfoProvider.getAllConnectorInfo()) {
if (key.equals(info.getConnectorKey())) {
xmlConnectorInfo = info;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name" : "Solaris",
"connectorRef" :
{
"bundleName" : "org.forgerock.openicf.connectors.os.openicf-solaris-connector",
"bundleVersion" : "1.1.0.0-EA",
"bundleName" : "org.forgerock.ce.openicf.connectors.os.openicf-solaris-connector",
"bundleVersion" : "1.1.0.0",
"connectorName" : "org.identityconnectors.solaris.SolarisConnector"
},
"producerBufferSize" : 100,
Expand Down Expand Up @@ -44,4 +44,4 @@
"operationOptions" :
{
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name" : "Test",
"connectorRef" :
{
"bundleName" : "org.forgerock.openidm.provisioner.openicf.connector.TestConnector.bundle",
"bundleName" : "org.forgerock.ce.openidm.provisioner.openicf.connector.TestConnector.bundle",
"bundleVersion" : "1.0",
"connectorName" : "org.forgerock.openidm.provisioner.openicf.connector.TestConnector"
},
Expand Down Expand Up @@ -89,4 +89,4 @@
]
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"hasId" : "true",
"connectorRef" :
{
"bundleName" : "org.forgerock.openicf.connectors.file.openicf-xml-connector",
"bundleName" : "org.forgerock.ce.openicf.connectors.file.openicf-xml-connector",
"bundleVersion" : "1.1.0.0",
"connectorName" : "com.forgerock.openicf.xml.XMLConnector"
},
Expand Down Expand Up @@ -412,4 +412,4 @@
"operationOptions" :
{
}
}
}
6 changes: 3 additions & 3 deletions openidm-ui-ria/openidm-ui-ria-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<dependencies>
<dependency>
<groupId>org.forgerock.commons-ce.ui</groupId>
<groupId>org.forgerock.ce.commons.ui</groupId>
<artifactId>forgerock-ui-user</artifactId>
<version>1.0.0</version>
<type>zip</type>
Expand Down Expand Up @@ -137,7 +137,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.forgerock.commons-ce.ui</groupId>
<groupId>org.forgerock.ce.commons.ui</groupId>
<artifactId>forgerock-ui-user</artifactId>
<version>${forgerock-ui.version}</version>
<type>zip</type>
Expand Down Expand Up @@ -223,7 +223,7 @@
<includeGroupIds>org.apache.servicemix.bundles</includeGroupIds>
<artifactItems>
<artifactItem>
<groupId>org.forgerock.commons.ui</groupId>
<groupId>org.forgerock.ce.commons.ui</groupId>
<artifactId>forgerock-ui-user</artifactId>
<version>${forgerock-ui.version}</version>
<type>zip</type>
Expand Down
4 changes: 2 additions & 2 deletions openidm-ui-ria/openidm-ui-ria-apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<dependencies>
<dependency>
<groupId>org.forgerock.commons.ui</groupId>
<groupId>org.forgerock.ce.commons.ui</groupId>
<artifactId>forgerock-ui-commons</artifactId>
<version>${forgerock-ui.version}</version>
<type>zip</type>
Expand Down Expand Up @@ -112,7 +112,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.forgerock.commons.ui</groupId>
<groupId>org.forgerock.ce.commons.ui</groupId>
<artifactId>forgerock-ui-commons</artifactId>
<version>${forgerock-ui.version}</version>
<type>zip</type>
Expand Down

0 comments on commit 9b179ea

Please sign in to comment.