mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
40 lines
1.2 KiB
XML
40 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>libFRC_NetworkCommunication</artifactId>
|
|
<packaging>so</packaging>
|
|
|
|
<parent>
|
|
<groupId>com.ni.first.libraries</groupId>
|
|
<artifactId>parent</artifactId>
|
|
<version>0.1.0-SNAPSHOT</version>
|
|
<relativePath>../parent</relativePath>
|
|
</parent>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.ni.first.libraries</groupId>
|
|
<artifactId>libFRC_FPGA_ChipObject</artifactId>
|
|
<version>0.1.0-SNAPSHOT</version>
|
|
<type>so</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.ni.first.libraries</groupId>
|
|
<artifactId>libNiFpga</artifactId>
|
|
<version>0.1.0-SNAPSHOT</version>
|
|
<type>so</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.ni.first.libraries</groupId>
|
|
<artifactId>libni_emb</artifactId>
|
|
<version>0.1.0-SNAPSHOT</version>
|
|
<type>so</type>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<properties>
|
|
<library>libFRC_NetworkCommunication.so</library>
|
|
</properties>
|
|
</project>
|