Skip to content

Commit

Permalink
move export
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoqnc committed Jul 3, 2024
1 parent 73be2ae commit 7dfd962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<testSourceDirectory>src/test/java/com/ibm/plugin/</testSourceDirectory>
<testSourceDirectory>src/test/java/com/ibm/plugin/rules</testSourceDirectory>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.ibm.plugin.rules;
package com.ibm.plugin;

import com.ibm.engine.serializer.ExportRules;
import com.ibm.plugin.rules.detection.JavaDetectionRules;
Expand Down

0 comments on commit 7dfd962

Please sign in to comment.