Skip to content

Commit ce9ea39

Browse files
committed
renamed back to testing-modules, pulled together testing-modules-2 modules into single module
1 parent ff87151 commit ce9ea39

File tree

558 files changed

+16
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

558 files changed

+16
-75
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -781,8 +781,8 @@
781781
<module>struts-2</module>
782782

783783
<module>assertion-libraries</module>
784-
<module>testing-libraries</module>
785-
<module>testing-libraries-2</module>
784+
<module>testing-modules</module>
785+
<module>testing-modules-2</module>
786786

787787
<module>twilio</module>
788788
<module>twitter4j</module>
@@ -1461,8 +1461,8 @@
14611461
<module>struts-2</module>
14621462

14631463
<module>assertion-libraries</module>
1464-
<module>testing-libraries</module>
1465-
<module>testing-libraries-2</module>
1464+
<module>testing-modules</module>
1465+
<module>testing-modules-2</module>
14661466

14671467
<module>twilio</module>
14681468
<module>twitter4j</module>

testing-libraries-2/lambdabehave/pom.xml

Lines changed: 0 additions & 28 deletions
This file was deleted.

testing-libraries-2/mutations/pom.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.

testing-libraries-2/pom.xml

Lines changed: 0 additions & 22 deletions
This file was deleted.

testing-libraries-2/cucumber/pom.xml renamed to testing-modules-2/pom.xml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<artifactId>cucumber</artifactId>
6-
<name>cucumber</name>
5+
<artifactId>testing-modules-2</artifactId>
6+
<name>testing-modules-2</name>
77
<packaging>pom</packaging>
88

99
<parent>
1010
<groupId>com.baeldung</groupId>
1111
<artifactId>parent-modules</artifactId>
1212
<version>1.0.0-SNAPSHOT</version>
13-
<relativePath>../..</relativePath>
13+
<relativePath>..</relativePath>
1414
</parent>
1515

1616
<dependencies>
17+
<dependency>
18+
<groupId>com.insightfullogic</groupId>
19+
<artifactId>lambda-behave</artifactId>
20+
<version>${lambda-behave.version}</version>
21+
</dependency>
1722
<dependency>
1823
<groupId>info.cukes</groupId>
1924
<artifactId>cucumber-junit</artifactId>
@@ -35,7 +40,9 @@
3540
</dependencies>
3641

3742
<properties>
43+
<lambda-behave.version>0.4</lambda-behave.version>
3844
<cucumber.version>1.2.5</cucumber.version>
3945
</properties>
4046

41-
</project>
47+
48+
</project>

0 commit comments

Comments
 (0)