Don't include emul.mini profile - then classes from emul.compact are available twice and it may happen that they override each other. For example when EnumSet is requested.
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Sat, 19 Mar 2016 10:28:03 +0100
changeset 1888d13786d6c185
parent 1887 6b74e398466d
child 1889 e1953d8b8338
Don't include emul.mini profile - then classes from emul.compact are available twice and it may happen that they override each other. For example when EnumSet is requested.
rt/emul/compacttest/pom.xml
     1.1 --- a/rt/emul/compacttest/pom.xml	Sat Mar 19 08:45:39 2016 +0100
     1.2 +++ b/rt/emul/compacttest/pom.xml	Sat Mar 19 10:28:03 2016 +0100
     1.3 @@ -39,12 +39,6 @@
     1.4              <artifactId>org-openide-util-lookup</artifactId>
     1.5              <scope>test</scope>
     1.6          </dependency>
     1.7 -        <dependency>
     1.8 -            <groupId>${project.groupId}</groupId>
     1.9 -            <artifactId>emul.mini</artifactId>
    1.10 -            <version>${project.version}</version>
    1.11 -            <scope>test</scope>
    1.12 -        </dependency>
    1.13      </dependencies>
    1.14      <build>
    1.15          <plugins>