Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-studio
Commits
1872d757
Commit
1872d757
authored
Nov 06, 2014
by
Romain Bioteau
Browse files
Integrate Google Calendar V3
parent
eb3bbabe
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundles/plugins/org.bonitasoft.studio.connectors/pom.xml
View file @
1872d757
...
...
@@ -10,7 +10,7 @@
</parent>
<groupId>
org.bonitasoft.studio.bundles.plugins
</groupId>
<artifactId>
org.bonitasoft.studio.connectors
</artifactId>
<packaging>
eclipse
-plugin
</packaging>
<packaging>
eclipse
</packaging>
<properties>
<connectors.impl.target>
${basedir}/connectors-impl
</connectors.impl.target>
...
...
@@ -331,8 +331,44 @@
<version>
1.0.0
</version>
<classifier>
connector
</classifier>
<type>
zip
</type>
</artifactItem>
<!--JASPER CONNECTORS-->
</artifactItem>
<!-- GOOGLE CALENDAR V3 -->
<dependency>
<groupId>
org.bonitasoft.connectors
</groupId>
<artifactId>
bonita-connector-google-calendar-v3-create-event-impl
</artifactId>
<version>
1.0.0
</version>
<type>
zip
</type>
<classifier>
connector
</classifier>
</dependency>
<dependency>
<groupId>
org.bonitasoft.connectors
</groupId>
<artifactId>
bonita-connector-google-calendar-v3-get-event-impl
</artifactId>
<version>
1.0.0
</version>
<type>
zip
</type>
<classifier>
connector
</classifier>
</dependency>
<dependency>
<groupId>
org.bonitasoft.connectors
</groupId>
<artifactId>
bonita-connector-google-calendar-v3-delete-event-impl
</artifactId>
<version>
1.0.0
</version>
<type>
zip
</type>
<classifier>
connector
</classifier>
</dependency>
<dependency>
<groupId>
org.bonitasoft.connectors
</groupId>
<artifactId>
bonita-connector-google-calendar-v3-update-event-impl
</artifactId>
<version>
1.0.0
</version>
<type>
zip
</type>
<classifier>
connector
</classifier>
</dependency>
<dependency>
<groupId>
org.bonitasoft.connectors
</groupId>
<artifactId>
bonita-connector-google-calendar-v3-move-event-impl
</artifactId>
<version>
1.0.0
</version>
<type>
zip
</type>
<classifier>
connector
</classifier>
</dependency>
<!--JASPER CONNECTORS -->
<artifactItem>
<groupId>
org.bonitasoft.connectors
</groupId>
<artifactId>
bonita-connector-jasper-impl
</artifactId>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
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 comment