< prev index next >

test/jdk/javax/naming/module/src/test/module-info.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2015, 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. --- 1,7 ---- /* ! * Copyright (c) 2015, 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.
*** 22,32 **** */ module test { requires java.naming; requires java.desktop; - requires java.xml.bind; // for javax.xml.bind.DatatypeConverter requires java.rmi; // for java.rmi.server.UnicastRemoteObject requires person; requires fruit; requires hello; requires foo; --- 22,31 ----
< prev index next >