This is an automated email from the ASF dual-hosted git repository. jtulach pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-html4j.git
commit 94303700de4466d61475eb8edabb2113e67c89de Merge: 2afce5b 9d60671 Author: Jaroslav Tulach <[email protected]> AuthorDate: Fri Apr 13 05:25:15 2018 +0200 Merge pull request #5 from JaroslavTulach/jtulach/UndefinedAudio Missing Audio object caused exception sound/pom.xml | 28 +++++++++++++++-- .../netbeans/html/sound/impl/BrowserAudioEnv.java | 2 +- .../java/net/java/html/sound/AudioClipTest.java | 35 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 3 deletions(-) diff --cc sound/pom.xml index a2d24e7,267edb2..baf0549 --- a/sound/pom.xml +++ b/sound/pom.xml @@@ -56,8 -68,20 +68,20 @@@ </dependency> <dependency> <groupId>org.netbeans.html</groupId> + <artifactId>net.java.html.boot.script</artifactId> + <version>${project.version}</version> + <type>jar</type> + </dependency> + <dependency> + <groupId>org.netbeans.html</groupId> + <artifactId>net.java.html.boot.fx</artifactId> + <version>${project.version}</version> + <type>jar</type> + </dependency> + <dependency> + <groupId>org.netbeans.html</groupId> <artifactId>net.java.html.boot</artifactId> - <version>1.5.1</version> + <version>2.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
