|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <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"> |
| 3 | + |
3 | 4 | <modelVersion>4.0.0</modelVersion> |
4 | | - <groupId>com.github.sarxos</groupId> |
| 5 | + |
| 6 | + <parent> |
| 7 | + <artifactId>webcam-capture-examples</artifactId> |
| 8 | + <groupId>com.github.sarxos</groupId> |
| 9 | + <version>0.3.12-SNAPSHOT</version> |
| 10 | + </parent> |
| 11 | + |
5 | 12 | <artifactId>webcam-capture-example-akka</artifactId> |
6 | | - <version>0.0.1-SNAPSHOT</version> |
7 | 13 | <packaging>jar</packaging> |
| 14 | + |
8 | 15 | <dependencies> |
9 | 16 | <dependency> |
10 | 17 | <groupId>com.github.sarxos</groupId> |
11 | 18 | <artifactId>webcam-capture</artifactId> |
12 | 19 | <version>0.3.11</version> |
13 | 20 | </dependency> |
14 | | - <dependency> |
15 | | - <groupId>io.javaslang</groupId> |
16 | | - <artifactId>javaslang</artifactId> |
17 | | - <version>2.0.2</version> |
18 | | - </dependency> |
19 | 21 | <dependency> |
20 | 22 | <groupId>com.typesafe.akka</groupId> |
21 | | - <artifactId>akka-cluster-tools_2.11</artifactId> |
| 23 | + <artifactId>akka-actor_2.11</artifactId> |
22 | 24 | <version>2.4.1</version> |
23 | 25 | </dependency> |
24 | 26 | <dependency> |
|
28 | 30 | </dependency> |
29 | 31 | <dependency> |
30 | 32 | <groupId>com.typesafe.akka</groupId> |
31 | | - <artifactId>akka-actor_2.11</artifactId> |
| 33 | + <artifactId>akka-cluster-tools_2.11</artifactId> |
32 | 34 | <version>2.4.1</version> |
33 | 35 | </dependency> |
34 | 36 | <dependency> |
|
38 | 40 | </dependency> |
39 | 41 | <dependency> |
40 | 42 | <groupId>com.typesafe.akka</groupId> |
41 | | - <artifactId>akka-persistence_2.11</artifactId> |
| 43 | + <artifactId>akka-distributed-data-experimental_2.11</artifactId> |
42 | 44 | <version>2.4.1</version> |
43 | 45 | </dependency> |
44 | 46 | <dependency> |
45 | 47 | <groupId>com.typesafe.akka</groupId> |
46 | | - <artifactId>akka-distributed-data-experimental_2.11</artifactId> |
| 48 | + <artifactId>akka-persistence_2.11</artifactId> |
47 | 49 | <version>2.4.1</version> |
48 | 50 | </dependency> |
49 | 51 | <dependency> |
|
56 | 58 | <artifactId>akka-slf4j_2.11</artifactId> |
57 | 59 | <version>2.4.1</version> |
58 | 60 | </dependency> |
| 61 | + <dependency> |
| 62 | + <groupId>io.javaslang</groupId> |
| 63 | + <artifactId>javaslang</artifactId> |
| 64 | + <version>2.0.2</version> |
| 65 | + </dependency> |
59 | 66 | </dependencies> |
60 | 67 | </project> |
0 commit comments