Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Commit

Permalink
Prepare for work on notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan971 committed May 4, 2019
1 parent 3f77d19 commit d3730f8
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
39 changes: 39 additions & 0 deletions easyfxml-native/easyfxml-notifications/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2017 - 2019 EasyFXML project and contributors
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>easyfxml-native</artifactId>
<groupId>moe.tristan</groupId>
<version>3.1.7-SNAPSHOT</version>
</parent>

<name>EasyFXML - Native integrations - Notifications</name>
<artifactId>easyfxml-notifications</artifactId>

<dependencies>
<dependency>
<groupId>moe.tristan</groupId>
<artifactId>easyfxml-platform</artifactId>
</dependency>
</dependencies>

</project>
1 change: 1 addition & 0 deletions easyfxml-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

<modules>
<module>easyfxml-platform</module>
<module>easyfxml-notifications</module>
</modules>

</project>

0 comments on commit d3730f8

Please sign in to comment.