Skip to content

Commit

Permalink
Fix package name for xml-jaxp integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Oct 2, 2023
1 parent 80de072 commit dd7a2ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package apache.camel.quarkus.component.xml.jaxp;
package org.apache.camel.quarkus.component.xml.jaxp;

import javax.xml.transform.OutputKeys;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package apache.camel.quarkus.component.xml.jaxp;
package org.apache.camel.quarkus.component.xml.jaxp;

import java.io.ByteArrayOutputStream;
import java.io.InputStream;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package apache.camel.quarkus.component.xml.jaxp;
package org.apache.camel.quarkus.component.xml.jaxp;

import io.quarkus.test.junit.QuarkusIntegrationTest;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package apache.camel.quarkus.component.xml.jaxp;
package org.apache.camel.quarkus.component.xml.jaxp;

import io.quarkus.test.junit.QuarkusTest;
import io.restassured.RestAssured;
Expand Down

0 comments on commit dd7a2ab

Please sign in to comment.