Skip to content

Commit

Permalink
Switch to ConnId framework 1.4.3.43
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Sep 10, 2018
1 parent 10cdb26 commit 2349b45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-system/pom.xml
Expand Up @@ -83,7 +83,7 @@
<activiti-spring.version>5.22.0</activiti-spring.version>
<commons-email.version>1.3</commons-email.version>
<xmlsec.version>2.0.6</xmlsec.version>
<connid.version>1.5.0.0-SNAPSHOT</connid.version>
<connid.version>1.4.3.43</connid.version>
<jasper.version>6.5.0</jasper.version>
<derby.version>10.11.1.1</derby.version>
<wro4j.version>1.8.0</wro4j.version>
Expand Down
Expand Up @@ -44,7 +44,7 @@
@DirtiesContext
public class TestConnectorManager extends AbstractIntegrationTest {

private static final String CONNID_FRAMEWORK_VERSION = "1.5.0.0";
private static final String CONNID_FRAMEWORK_VERSION = "1.4.3.43";

@Autowired private ProvisioningService provisioningService;
@Autowired private ConnectorManager connectorManager;
Expand Down

0 comments on commit 2349b45

Please sign in to comment.