|
1 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
2 | | - <modelVersion>4.0.0</modelVersion> |
3 | | - |
4 | | - <parent> |
5 | | - <groupId>io.cucumber</groupId> |
6 | | - <artifactId>cucumber-scala-aggregator</artifactId> |
7 | | - <version>5.6.0-SNAPSHOT</version> |
8 | | - </parent> |
9 | | - |
10 | | - <artifactId>cucumber-scala_2.11</artifactId> |
11 | | - <packaging>jar</packaging> |
12 | | - <name>Cucumber-JVM: Scala (2.11)</name> |
13 | | - |
14 | | - <dependencies> |
15 | | - <dependency> |
16 | | - <groupId>org.scala-lang</groupId> |
17 | | - <artifactId>scala-compiler</artifactId> |
18 | | - <version>${scala.2.11.version}</version> |
19 | | - <scope>provided</scope> |
20 | | - </dependency> |
21 | | - |
22 | | - <!-- Users have to provide it (for JacksonDefaultDataTableTransformer) --> |
23 | | - <dependency> |
24 | | - <groupId>com.fasterxml.jackson.module</groupId> |
25 | | - <artifactId>jackson-module-scala_2.11</artifactId> |
26 | | - <scope>provided</scope> |
27 | | - </dependency> |
28 | | - |
29 | | - <dependency> |
30 | | - <groupId>org.scala-lang</groupId> |
31 | | - <artifactId>scala-library</artifactId> |
32 | | - <version>${scala.2.11.version}</version> |
33 | | - <scope>test</scope> |
34 | | - </dependency> |
35 | | - |
36 | | - <dependency> |
37 | | - <groupId>org.mockito</groupId> |
38 | | - <artifactId>mockito-scala_2.11</artifactId> |
39 | | - <version>${mockito-scala.version}</version> |
40 | | - <scope>test</scope> |
41 | | - </dependency> |
42 | | - </dependencies> |
43 | | - |
44 | | - <build> |
45 | | - <sourceDirectory>../sources/src/main/scala</sourceDirectory> |
46 | | - <resources> |
47 | | - <resource> |
48 | | - <directory>../sources/src/main/resources</directory> |
49 | | - </resource> |
50 | | - </resources> |
51 | | - <testSourceDirectory>../sources/src/test/scala</testSourceDirectory> |
52 | | - <testResources> |
53 | | - <testResource> |
54 | | - <directory>../sources/src/test/resources</directory> |
55 | | - </testResource> |
56 | | - </testResources> |
57 | | - <plugins> |
58 | | - <plugin> |
59 | | - <groupId>net.alchim31.maven</groupId> |
60 | | - <artifactId>scala-maven-plugin</artifactId> |
61 | | - </plugin> |
62 | | - <plugin> |
63 | | - <groupId>org.apache.maven.plugins</groupId> |
64 | | - <artifactId>maven-antrun-plugin</artifactId> |
65 | | - </plugin> |
66 | | - </plugins> |
67 | | - </build> |
68 | | -</project> |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | + <modelVersion>4.0.0</modelVersion> |
| 3 | + |
| 4 | + <parent> |
| 5 | + <groupId>io.cucumber</groupId> |
| 6 | + <artifactId>cucumber-scala-aggregator</artifactId> |
| 7 | + <version>5.6.0</version> |
| 8 | + </parent> |
| 9 | + |
| 10 | + <artifactId>cucumber-scala_2.11</artifactId> |
| 11 | + <packaging>jar</packaging> |
| 12 | + <name>Cucumber-JVM: Scala (2.11)</name> |
| 13 | + |
| 14 | + <dependencies> |
| 15 | + <dependency> |
| 16 | + <groupId>org.scala-lang</groupId> |
| 17 | + <artifactId>scala-compiler</artifactId> |
| 18 | + <version>${scala.2.11.version}</version> |
| 19 | + <scope>provided</scope> |
| 20 | + </dependency> |
| 21 | + |
| 22 | + <!-- Users have to provide it (for JacksonDefaultDataTableTransformer) --> |
| 23 | + <dependency> |
| 24 | + <groupId>com.fasterxml.jackson.module</groupId> |
| 25 | + <artifactId>jackson-module-scala_2.11</artifactId> |
| 26 | + <scope>provided</scope> |
| 27 | + </dependency> |
| 28 | + |
| 29 | + <dependency> |
| 30 | + <groupId>org.scala-lang</groupId> |
| 31 | + <artifactId>scala-library</artifactId> |
| 32 | + <version>${scala.2.11.version}</version> |
| 33 | + <scope>test</scope> |
| 34 | + </dependency> |
| 35 | + |
| 36 | + <dependency> |
| 37 | + <groupId>org.mockito</groupId> |
| 38 | + <artifactId>mockito-scala_2.11</artifactId> |
| 39 | + <version>${mockito-scala.version}</version> |
| 40 | + <scope>test</scope> |
| 41 | + </dependency> |
| 42 | + </dependencies> |
| 43 | + |
| 44 | + <build> |
| 45 | + <sourceDirectory>../sources/src/main/scala</sourceDirectory> |
| 46 | + <resources> |
| 47 | + <resource> |
| 48 | + <directory>../sources/src/main/resources</directory> |
| 49 | + </resource> |
| 50 | + </resources> |
| 51 | + <testSourceDirectory>../sources/src/test/scala</testSourceDirectory> |
| 52 | + <testResources> |
| 53 | + <testResource> |
| 54 | + <directory>../sources/src/test/resources</directory> |
| 55 | + </testResource> |
| 56 | + </testResources> |
| 57 | + <plugins> |
| 58 | + <plugin> |
| 59 | + <groupId>net.alchim31.maven</groupId> |
| 60 | + <artifactId>scala-maven-plugin</artifactId> |
| 61 | + </plugin> |
| 62 | + <plugin> |
| 63 | + <groupId>org.apache.maven.plugins</groupId> |
| 64 | + <artifactId>maven-antrun-plugin</artifactId> |
| 65 | + </plugin> |
| 66 | + </plugins> |
| 67 | + </build> |
| 68 | +</project> |
0 commit comments