HHH-18107 fixed package name
This commit is contained in:
parent
ba149a1cdc
commit
00cbec14a6
|
@ -15,7 +15,7 @@ import org.hibernate.boot.registry.selector.StrategyRegistrationProvider;
|
|||
import org.hibernate.engine.jdbc.connections.spi.ConnectionProvider;
|
||||
|
||||
/**
|
||||
* Provides the {@link UCPCPConnectionProvider} to the
|
||||
* Provides the {@link UCPConnectionProvider} to the
|
||||
* {@link org.hibernate.boot.registry.selector.spi.StrategySelector} service.
|
||||
*
|
||||
*/
|
|
@ -28,7 +28,6 @@ import org.hibernate.service.spi.Stoppable;
|
|||
|
||||
import org.jboss.logging.Logger;
|
||||
|
||||
import oracle.ucp.UniversalConnectionPoolAdapter;
|
||||
import oracle.ucp.UniversalConnectionPoolException;
|
||||
import oracle.ucp.admin.UniversalConnectionPoolManager;
|
||||
import oracle.ucp.admin.UniversalConnectionPoolManagerImpl;
|
|
@ -8,4 +8,4 @@
|
|||
/**
|
||||
* Implementation of ConnectionProvider using UCP.
|
||||
*/
|
||||
package org.hibernate.ucp.internal;
|
||||
package org.hibernate.oracleucp.internal;
|
Loading…
Reference in New Issue