Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Dec 4, 2019
1 parent 643e79f commit 3262c34
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 63 deletions.
109 changes: 47 additions & 62 deletions .idea/artifacts/Ara_Server_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified bin/jar/Ara-Server.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
compile 'org.hibernate:hibernate-agroal:5.4.9.Final'
implementation"com.squareup.okhttp3:okhttp:4.2.0"
compile group: 'org.apache.opennlp', name: 'opennlp-tools', version: '1.9.1'
compile group: 'com.microsoft.sqlserver', name: 'mssql-jdbc', version: '7.4.1.jre12'
compile group: 'com.microsoft.sqlserver', name: 'mssql-jdbc', version: '7.4.1.jre11'



Expand Down
14 changes: 14 additions & 0 deletions src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Manifest-Version: 1.0
Main-Class: com.andromeda.araserver.Run
Class-Path: okhttp-4.2.0.jar sparc-3.3.0-v3346.jar agroal-pool-1.6.jar s
tax-ex-1.8.jar byte-buddy-1.10.2.jar hibernate-commons-annotations-5.1.
0.Final.jar kotlin-stdlib-1.3.50.jar txw2-2.3.1.jar annotations-13.0.ja
r hibernate-agroal-5.4.9.Final.jar mssql-jdbc-7.4.1.jre11.jar rome-1.12
.1.jar kotlin-stdlib-common-1.3.50.jar dom4j-2.1.1.jar hamcrest-core-1.
3.jar istack-commons-runtime-3.0.7.jar antlr-2.7.7.jar rome-utils-1.12.
1.jar okio-2.2.2.jar kotlin-stdlib-jdk7-1.3.50.jar kotlin-stdlib-jdk8-1
.3.50.jar jdom2-2.0.6.jar postgresql-9.1-901-1.jdbc4.jar junit-4.12.jar
javax.persistence-api-2.2.jar classmate-1.5.1.jar jaxb-runtime-2.3.1.j
ar hibernate-core-5.4.9.Final.jar jboss-logging-3.3.2.Final.jar opennlp
-tools-1.9.1.jar gson-2.8.6.jar jboss-transaction-api_1.2_spec-1.1.1.Fi
nal.jar jaxb-api-2.3.1.jar nanohttpd-2.3.1.jar agroal-api-1.6.jar FastI
nfoset-1.2.15.jar slf4j-api-1.7.29.jar javax.activation-api-1.2.0.jar j
andex-2.1.1.Final.jar javassist-3.24.0-GA.jar

0 comments on commit 3262c34

Please sign in to comment.