Skip to content

Commit 0717ed6

Browse files
committed
fixing maven build to exclude greengrass tests
1 parent be0d230 commit 0717ed6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
</dependency>
3737
</dependencies>
3838
<modules>
39-
<module>examples/greengrass</module>
4039
<module>parsec-testcontainers</module>
4140
<module>parsec-protobuf-java</module>
4241
<module>parsec-interface-java</module>
@@ -102,4 +101,4 @@
102101
</plugin>
103102
</plugins>
104103
</build>
105-
</project>
104+
</project>

0 commit comments

Comments
 (0)