Skip to content

Commit

Permalink
[MRRESOURCES-129] Extends IT - add case from issue
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 6, 2023
1 parent f8fe3ea commit 6653e7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/it/resources/generate-from-bundle/pom.xml
Expand Up @@ -29,7 +29,15 @@ under the License.
</parent>

<artifactId>generate-from-bundle</artifactId>


<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.10.0</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down
Expand Up @@ -44,5 +44,6 @@ public void test() throws IOException, URISyntaxException, VerificationException
String content = FileUtils.fileRead(output);

assertTrue(content.contains("Built-In:"));
assertTrue(content.contains("Dependency Id: org.apache.commons:commons-csv:1.10.0"));
}
}

0 comments on commit 6653e7d

Please sign in to comment.