Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
fixed API package changes in jboss-as-connector
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny committed May 22, 2012
1 parent 19dfac5 commit da4bf2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Expand Up @@ -21,8 +21,8 @@

import java.sql.Driver;

import org.jboss.as.connector.registry.DriverRegistry;
import org.jboss.as.connector.registry.InstalledDriver;
import org.jboss.as.connector.services.driver.InstalledDriver;
import org.jboss.as.connector.services.driver.registry.DriverRegistry;
import org.jboss.logging.Logger;
import org.jboss.msc.inject.Injector;
import org.jboss.msc.service.Service;
Expand Down
Expand Up @@ -30,7 +30,7 @@
import javax.transaction.TransactionManager;

import org.jboss.as.connector.ConnectorServices;
import org.jboss.as.connector.registry.DriverRegistry;
import org.jboss.as.connector.services.driver.registry.DriverRegistry;
import org.jboss.as.connector.subsystems.datasources.DataSourceReferenceFactoryService;
import org.jboss.as.connector.subsystems.datasources.ModifiableXaDataSource;
import org.jboss.as.connector.subsystems.datasources.XaDataSourceService;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -265,7 +265,7 @@
<version.jbossas>7.1.2.Final-redhat-1</version.jbossas>
<version.org.hibernate.search>4.1.1.Final-redhat-1</version.org.hibernate.search>
<version.org.infinispan>5.1.3.FINAL-redhat-1</version.org.infinispan>
<version.polyglot>1.5.3</version.polyglot>
<version.polyglot>1.5.3-redhat-1</version.polyglot>
</properties>
</profile>
<profile>
Expand Down

0 comments on commit da4bf2e

Please sign in to comment.