< prev index next >

src/java.sql/share/classes/module-info.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 31,43 **** * @moduleGraph * @since 9 */ module java.sql { requires transitive java.logging; requires transitive java.xml; exports java.sql; exports javax.sql; - exports javax.transaction.xa; uses java.sql.Driver; } --- 31,43 ---- * @moduleGraph * @since 9 */ module java.sql { requires transitive java.logging; + requires transitive java.transaction.xa; requires transitive java.xml; exports java.sql; exports javax.sql; uses java.sql.Driver; }
< prev index next >