Hi there,

I'm writing a plugin for Netbeans IDE using maven as dependency management.
After I added the artifact

```
<dependency>
       <groupId>org.netbeans.api</groupId>
       <artifactId>org-netbeans-modules-csl-api</artifactId>
       <version>${nbm.version}</version>
</dependency>
```

(nbm.version is 300)

I got the compiler error `java.lang.ClassNotFoundException: 
org.netbeans.modules.editor.errorstripe.privatespi.MarkProviderCreator`

Which artifact should I add to my dependencies to get this class?

Best wishes
Felix F.

---------------------------------------------------------------------
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

Reply via email to