Remove export and update to jcr resource 3.0.0

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1794599 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 1a1eb81..d14308a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Export-Package>org.apache.sling.junit.scriptable;version="2.0.0"</Export-Package>
+                        <Export-Package>!org.apache.sling.junit.scriptable</Export-Package>
                         <Private-Package>org.apache.sling.junit.scriptable.*</Private-Package>
                         <Sling-Nodetypes>SLING-INF/nodetypes/slingtest.cnd</Sling-Nodetypes>
                     </instructions>
@@ -103,7 +103,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.resource</artifactId>
-            <version>2.9.3-SNAPSHOT</version>
+            <version>3.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>