Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 8914d19b
authored
Jun 05, 2018
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump maven versions
1 parent
14334dff
Pipeline
#68
passed
in 0 seconds
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
20 additions
and
57 deletions
code/moya-beans/ejbModule/fi/codecrew/moya/beanutil/PdfPrinter.java
code/moya-beans/pom.xml
code/moya-database/pom.xml
code/moya-parent/pom.xml
code/moya-web/WebContent/WEB-INF/web.xml
code/moya-web/pom.xml
code/pom.xml
code/moya-beans/ejbModule/fi/codecrew/moya/beanutil/PdfPrinter.java
View file @
8914d19
...
...
@@ -47,8 +47,8 @@ public class PdfPrinter {
}
private
static
final
String
fontname
=
CoreFont
.
HELVETICA
;
private
static
final
String
boldfontname
=
CoreFont
.
HELVETICA_BOLD
;
private
static
final
CoreFont
fontname
=
CoreFont
.
HELVETICA
;
private
static
final
CoreFont
boldfontname
=
CoreFont
.
HELVETICA_BOLD
;
private
static
final
String
EURO
=
" EUR"
;
// Legacy y-coordinater reverse constant
private
static
final
double
INVERT
=
840
;
...
...
code/moya-beans/pom.xml
View file @
8914d19
...
...
@@ -32,22 +32,11 @@
<version>
1.2-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
moya-authmodule-client
</artifactId>
<version>
1.2-SNAPSHOT
</version>
</dependency>
<!-- <dependency> <groupId>javax.ejb</groupId> <artifactId>javax.ejb-api</artifactId>
<version>3.2</version> <scope>test</scope> </dependency> -->
<dependency>
<groupId>
org.glassfish.main.extras
</groupId>
<artifactId>
glassfish-embedded-web
</artifactId>
<version>
4.1
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
<parent>
<groupId>
fi.codecrew.moya
</groupId>
...
...
code/moya-database/pom.xml
View file @
8914d19
...
...
@@ -7,6 +7,10 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
${compiler-plugin-version}
</version>
<configuration>
<useIncrementalCompilation>
false
</useIncrementalCompilation>
</configuration>
<executions>
<execution>
<id>
generate-entity-metamodel
</id>
...
...
@@ -35,13 +39,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<useIncrementalCompilation>
false
</useIncrementalCompilation>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
...
...
code/moya-parent/pom.xml
View file @
8914d19
...
...
@@ -50,9 +50,9 @@
<version>
1.5.9
</version>
</dependency>
<dependency>
<groupId>
fi.iudex.pdfjet
</groupId>
<groupId>
fi.iudex.
com.
pdfjet
</groupId>
<artifactId>
pdfjet
</artifactId>
<version>
0.0.0-2013-08-19
</version>
<version>
2017.04.09-1
</version>
</dependency>
<dependency>
<groupId>
net.glxn
</groupId>
...
...
@@ -122,13 +122,6 @@
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.glassfish
</groupId>
<artifactId>
javax.json
</artifactId>
<version>
1.0
</version>
<type>
jar
</type>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
<version>
${slf4j.version}
</version>
...
...
@@ -169,15 +162,9 @@
<version>
${swagger.version}
</version>
</dependency>
<dependency>
<groupId>
javax.ws.rs
</groupId>
<artifactId>
javax.ws.rs-api
</artifactId>
<version>
2.0.1
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.containers
</groupId>
<artifactId>
jersey-container-servlet
</artifactId>
<version>
2.17
</version>
<groupId>
fish.payara.extras
</groupId>
<artifactId>
payara-embedded-all
</artifactId>
<version>
${payara.version}
</version>
<scope>
provided
</scope>
</dependency>
<!-- These are required for findbugs annotations-->
...
...
code/moya-web/WebContent/WEB-INF/web.xml
View file @
8914d19
<?xml version="1.0" encoding="UTF-8"?>
<web-app
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns=
"http://xmlns.jcp.org/xml/ns/javaee"
xmlns:web=
"http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
version=
"3.1"
>
<web-app
xmlns=
"http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://xmlns.jcp.org/xml/ns/javaee
http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
version=
"3.1"
>
<display-name>
MoyaWeb
</display-name>
<context-param>
<param-name>
javax.faces.FACELETS_SKIP_COMMENTS
</param-name>
...
...
code/moya-web/pom.xml
View file @
8914d19
...
...
@@ -40,25 +40,12 @@
<artifactId>
all-themes
</artifactId>
<version>
${primefaces.themeversion}
</version>
</dependency>
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
moya-restpojo
</artifactId>
<version>
1.2.4
</version>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.media
</groupId>
<artifactId>
jersey-media-multipart
</artifactId>
<version>
2.16
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.core
</groupId>
<artifactId>
jersey-server
</artifactId>
<version>
2.16
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.ocpsoft.rewrite
</groupId>
<artifactId>
rewrite-servlet
</artifactId>
<version>
${rewriteservlet.version}
</version>
...
...
code/pom.xml
View file @
8914d19
...
...
@@ -31,10 +31,10 @@
<!-- EJB spec version -->
<ejb-spec-version>
3.2
</ejb-spec-version>
<swagger.version>
1.5.
13
</swagger.version>
<swagger.version>
1.5.
20
</swagger.version>
<slf4j.version>
1.7.25
</slf4j.version>
<logback.version>
1.2.3
</logback.version>
<testng.version>
6.14.
2
</testng.version>
<testng.version>
6.14.
3
</testng.version>
<findbugs.version>
3.0.1
</findbugs.version>
<findbugs-maven.version>
3.0.5
</findbugs-maven.version>
<javamelody.version>
1.70.0
</javamelody.version>
...
...
@@ -44,12 +44,13 @@
<primefaces.extensions>
6.0.0
</primefaces.extensions>
<jodatime.version>
2.9.9
</jodatime.version>
<rewriteservlet.version>
3.4.
1
.Final
</rewriteservlet.version>
<rewriteservlet.version>
3.4.
2
.Final
</rewriteservlet.version>
<iudex.standalone>
1.0.23
</iudex.standalone>
<js.node.version>
v8.6.0
</js.node.version>
<js.npm.version>
5.6.0
</js.npm.version>
<eirslett.frontend.version>
1.4
</eirslett.frontend.version>
<payara.version>
4.1.2.181
</payara.version>
</properties>
<url>
http://codecrew.fi
</url>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment