Skip to content

Commit

Permalink
- Update Maven version since version prior to 3.9.0 brings strange ex…
Browse files Browse the repository at this point in the history
…tra dependencies

- Set licenses in new files
  • Loading branch information
antoinesd committed Mar 15, 2024
1 parent 557c9ca commit e527647
Show file tree
Hide file tree
Showing 8 changed files with 79 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.7/apache-maven-3.8.7-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.0/apache-maven-3.9.0-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
4 changes: 2 additions & 2 deletions integrationtest/cdi/pom.xml
@@ -1,6 +1,6 @@
<!--
Copyright 2017 - 2024 The ModiTect authors
Copyright 2017 - 2023 The ModiTect authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -232,7 +232,7 @@
<name>myApp</name>
<module>cdi.module</module>
</launcher>
<compression>zip-9</compression>
<compression>2</compression>
<outputDirectory>${project.build.directory}/jlink-image</outputDirectory>
</configuration>
</execution>
Expand Down
15 changes: 15 additions & 0 deletions integrationtest/cdi/src/main/java/com/example/LogInterceptor.java
@@ -1,3 +1,18 @@
/*
* Copyright 2017 - 2023 The ModiTect authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.example;

import org.jboss.logging.Logger;
Expand Down
15 changes: 15 additions & 0 deletions integrationtest/cdi/src/main/java/com/example/Logged.java
@@ -1,3 +1,18 @@
/*
* Copyright 2017 - 2023 The ModiTect authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.example;

import java.lang.annotation.Retention;
Expand Down
15 changes: 15 additions & 0 deletions integrationtest/cdi/src/main/java/com/example/LoggerProducer.java
@@ -1,3 +1,18 @@
/*
* Copyright 2017 - 2023 The ModiTect authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.example;

import org.jboss.logging.Logger;
Expand Down
15 changes: 15 additions & 0 deletions integrationtest/cdi/src/main/java/com/example/MyApplication.java
@@ -1,3 +1,18 @@
/*
* Copyright 2017 - 2023 The ModiTect authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.example;

import jakarta.enterprise.inject.se.SeContainerInitializer;
Expand Down
15 changes: 15 additions & 0 deletions integrationtest/cdi/src/main/java/com/example/SimpleBean.java
@@ -1,3 +1,18 @@
/*
* Copyright 2017 - 2023 The ModiTect authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.example;

import jakarta.enterprise.context.ApplicationScoped;
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/pom.xml
Expand Up @@ -34,8 +34,8 @@
</properties>
<modules>
<module>undertow</module>
<module>cdi</module>
<module>vert.x</module>
<module>hibernate-validator</module>
<module>cdi</module>
</modules>
</project>

0 comments on commit e527647

Please sign in to comment.