Skip to content

Commit 457f346

Browse files
authored
Merge pull request #1 from haslab/master
Update
2 parents 55bb7ec + c97f9b2 commit 457f346

39 files changed

+1890
-1157
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: node_js
22
node_js:
33
- "6"
4-
addons:
5-
chrome: stable
64
before_script:
75
- cd meteor
86
- curl https://install.meteor.com | /bin/sh

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2017 INESC TEC
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

api/lib/edu/mit/csail/sdg/Electrum/1.2.1/Electrum-1.2.1.pom

Lines changed: 0 additions & 9 deletions
This file was deleted.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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"
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>org.alloytoolsy</groupId>
5+
<groupId>org.alloytools</groupId>
66
<artifactId>Alloy</artifactId>
7-
<version>5.0.0.1</version>
8-
<description>POM was manually for mfes</description>
9-
</project>
7+
<version>6.1.0</version>
8+
<description>POM was created from install:install-file</description>
9+
</project>
Binary file not shown.

api/lib/org/alloytools/Electrum/2.0.0/Electrum-2.0.0.pom

Lines changed: 0 additions & 9 deletions
This file was deleted.

api/pom.xml

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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">
52
<modelVersion>4.0.0</modelVersion>
63
<groupId>.</groupId>
74
<artifactId>alloy4fun-api</artifactId>
@@ -11,8 +8,8 @@
118
<finalName>alloy4fun-api</finalName>
129
<plugins>
1310
<plugin>
14-
<groupId>org.wildfly.swarm</groupId>
15-
<artifactId>wildfly-swarm-plugin</artifactId>
11+
<groupId>io.thorntail</groupId>
12+
<artifactId>thorntail-maven-plugin</artifactId>
1613
<version>${version.wildfly-swarm}</version>
1714
<executions>
1815
<execution>
@@ -29,33 +26,32 @@
2926
<maven.compiler.source>1.8</maven.compiler.source>
3027
<maven.compiler.target>1.8</maven.compiler.target>
3128
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
32-
<version.wildfly-swarm>2017.7.0</version.wildfly-swarm>
29+
<version.wildfly-swarm>2.7.0.Final</version.wildfly-swarm>
3330
</properties>
3431
<dependencies>
32+
<dependency>
33+
<groupId>io.thorntail</groupId>
34+
<artifactId>logging</artifactId>
35+
</dependency>
3536
<dependency>
3637
<groupId>javax</groupId>
3738
<artifactId>javaee-api</artifactId>
3839
<scope>provided</scope>
3940
</dependency>
4041
<dependency>
41-
<groupId>org.wildfly.swarm</groupId>
42+
<groupId>io.thorntail</groupId>
4243
<artifactId>jaxrs</artifactId>
4344
</dependency>
4445
<dependency>
4546
<groupId>org.alloytools</groupId>
46-
<artifactId>Electrum</artifactId>
47-
<version>2.0.0</version>
47+
<artifactId>Alloy</artifactId>
48+
<version>6.1.0</version>
4849
</dependency>
4950
<dependency>
5051
<groupId>org.json</groupId>
5152
<artifactId>json</artifactId>
5253
<version>20180813</version>
5354
</dependency>
54-
<dependency>
55-
<groupId>javax.json</groupId>
56-
<artifactId>javax.json-api</artifactId>
57-
<version>1.1.4</version>
58-
</dependency>
5955
<dependency>
6056
<groupId>org.glassfish</groupId>
6157
<artifactId>javax.json</artifactId>
@@ -67,11 +63,11 @@
6763
<dependency>
6864
<groupId>javax</groupId>
6965
<artifactId>javaee-api</artifactId>
70-
<version>7.0</version>
66+
<version>8.0.1</version>
7167
<scope>provided</scope>
7268
</dependency>
7369
<dependency>
74-
<groupId>org.wildfly.swarm</groupId>
70+
<groupId>io.thorntail</groupId>
7571
<artifactId>bom-all</artifactId>
7672
<version>${version.wildfly-swarm}</version>
7773
<type>pom</type>
@@ -86,4 +82,4 @@
8682
<url>file://${project.basedir}/lib</url>
8783
</repository>
8884
</repositories>
89-
</project>
85+
</project>

api/src/main/java/RestApplication.java

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)