Skip to content

Commit

Permalink
feat(objectionary#290): add one more puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Jun 11, 2024
1 parent dafc228 commit 45f6c4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,13 @@ SOFTWARE.
We should either update the representation generated or just remove the test.
-->
<exclude>fuse/pom.xml</exclude>
<!--
@todo #290:30min Enable the 'staticize' and 'spring' integration tests.
The 'staticize' and 'spring' integration test are disabled in the default profile.
They are disabled because they depend on 'ineo-maven-plugin' wich supports only Java 11.
We need to add support for Java 8 to the 'ineo-maven-plugin' and enable these tests.
Check the progress here: https://github.com/objectionary/ineo-maven-plugin/pull/72
-->
<exclude>staticize/pom.xml</exclude>
<exclude>spring/pom.xml</exclude>
</pomExcludes>
Expand Down

0 comments on commit 45f6c4b

Please sign in to comment.