Skip to content

Commit c46ff16

Browse files
committed
Merge pull request #9 from BMWestrich/feature/Missing_optional_dependencies
Added missing dependencies type-traits and mpl to optional.
2 parents 9aed786 + 012373c commit c46ff16

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

optional/pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,18 @@
4040
<type>nar</type>
4141
<version>${project.version}</version>
4242
</dependency>
43+
<dependency>
44+
<groupId>org.boost</groupId>
45+
<artifactId>mpl</artifactId>
46+
<type>nar</type>
47+
<version>${project.version}</version>
48+
</dependency>
49+
<dependency>
50+
<groupId>org.boost</groupId>
51+
<artifactId>type-traits</artifactId>
52+
<type>nar</type>
53+
<version>${project.version}</version>
54+
</dependency>
4355
</dependencies>
4456

4557
</project>

0 commit comments

Comments
 (0)