Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAure committed Feb 24, 2025
1 parent f79b822 commit e4a33f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2023,2024 Contributors to the Eclipse Foundation
* Copyright (c) 2023, 2025 Contributors to the Eclipse Foundation
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -84,7 +84,7 @@ public class EntityTests {
@Deployment
public static WebArchive createDeployment() {
return ShrinkWrap.create(WebArchive.class)
.addClasses(EntityTests.class, Box.class, Boxes.class);
.addPackage(EntityTests.class.getPackage());
}

@Inject
Expand Down

0 comments on commit e4a33f7

Please sign in to comment.